[etoys-dev] Etoys: System-bf.62.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jun 24 09:47:26 EDT 2012


Bert Freudenberg uploaded a new version of System to project Etoys:
http://source.squeak.org/etoys/System-bf.62.mcz

==================== Summary ====================

Name: System-bf.62
Author: bf
Time: 24 June 2012, 3:46:23 pm
UUID: 9ec7e5f5-5ab2-47fa-b9e1-7d235b6fb72c
Ancestors: System-bf.61

Change Set:		dropGifFix-sw
Date:			11 June 2012
Author:			Scott Wallace

SQ1094 - Dropping a GIF into Etoys gives DNU.  

Reinitializing ExternalDropHandler appears to clear up the problem.  This update makes a vacuous change to ExternalDropHandler>>initialize in order to get it done.

=============== Diff against System-bf.61 ===============

Item was changed:
  ----- Method: ExternalDropHandler class>>initialize (in category 'class initialization') -----
  initialize
+ 	"Class initialization: initialize the table of registered handlers."
+ 
  	"ExternalDropHandler initialize"
  
  	self resetRegisteredHandlers.
  	self
  		registerHandler: self defaultImageHandler;
  		registerHandler: self defaultGZipHandler;
  		registerHandler: self defaultProjectHandler;
  		registerHandler: self defaultMidiHandler;
  		registerHandler: self defaultMorphHandler.!



More information about the etoys-dev mailing list