[etoys-dev] Etoys Inbox: MorphicExtras-Richo.2.mcz

commits at source.squeak.org commits at source.squeak.org
Sun May 23 17:01:37 EDT 2010


A new version of MorphicExtras was added to project Etoys Inbox:
http://source.squeak.org/etoysinbox/MorphicExtras-Richo.2.mcz

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

Name: MorphicExtras-Richo.2
Author: Richo
Time: 23 May 2010, 6:01:41 pm
UUID: 323f82c7-946f-0c42-a622-b63bb86279ff
Ancestors: MorphicExtras-bf.1

* The unregister flaps quads error appeared again.
(see http://lists.squeakland.org/pipermail/etoys-dev/2010-May/004658.html).
This is not the best fix but at least it lets you finish the update.

=============== Diff against MorphicExtras-bf.1 ===============

Item was changed:
  ----- Method: Flaps class>>unregisterQuadsWithReceiver: (in category 'flaps registry') -----
  unregisterQuadsWithReceiver: aReceiver 
  	"delete all quads with receiver aReceiver."
  	self registeredFlapsQuads
  		do: [:assoc | assoc value
+ 				removeAllSuchThat: [:q | (self environment at: (q first) ifAbsent: [nil]) = aReceiver ]]!
- 				removeAllSuchThat: [:q | (self environment at: (q first)) = aReceiver ]]!



More information about the etoys-dev mailing list