[Pharo-project] PinMorph and GeeMail* cleanup
Hi, I invoked the pointer finder in 10070 and found a few things. Code changes are in the attached changeset. Manual cleanup: CustomEventsRegistry at: #scrolledIntoView put: IdentityDictionary new. CustomEventsRegistry at: #scrolledOutOfView put: IdentityDictionary new. There is still a reference to GeeMailMorph in the Flaps. I'm not sure what would be an easy way to remove to reference. Maybe a manual action would be sufficient But I don't know how to remove it that way, too :)) Norbert
Thanks I will check that. This is true that I wanted to remove ComponentLikeModel and that it crashed the image when polymorph was loaded. Strange enough I could not reproduce the crash consistently. stef On Sep 14, 2008, at 2:39 PM, Norbert Hartl wrote:
Hi,
I invoked the pointer finder in 10070 and found a few things. Code changes are in the attached changeset. Manual cleanup:
CustomEventsRegistry at: #scrolledIntoView put: IdentityDictionary new. CustomEventsRegistry at: #scrolledOutOfView put: IdentityDictionary new.
There is still a reference to GeeMailMorph in the Flaps. I'm not sure what would be an easy way to remove to reference. Maybe a manual action would be sufficient But I don't know how to remove it that way, too :))
Norbert <pinmorph-cleanup.1.cs>_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (2)
-
Norbert Hartl -
Stéphane Ducasse