Etoys: System-bf.62.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Etoys: System-bf.62.mcz

commits-2
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.!

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev
Reply | Threaded
Open this post in threaded view
|

Re: Etoys: System-bf.62.mcz

Bert Freudenberg
On 2012-06-24, at 13:46, [hidden email] wrote:

> Author: Scott Wallace
> This update makes a vacuous change to ExternalDropHandler>>initialize in order to get it done.


Btw, just a differing timestamp would have been enough to cause the re-initialization. Not complaining about the new comment, of course ;)

- Bert -

_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev