Subject: Re:
[Pharo-dev] Morphs becoming unresponsive
Date: 24 Mar 2015 11:21:55
CET
Hello
Henrik,
I
read�
windowEvent: anEvent
....
������������WorldState
quitSession.
������������self
removeProperty: #closeWorldDialogOpen ]
but shouldn't it be
windowEvent: anEvent
....
������������WorldState
quitSession.
������������self
removeProperty: #canOpenCloseDialog ]
Cheers
Alain
You are right of course, thanks!
Last minute renames are never a good idea, even when the
method is 5 lines long :/
I submitted a new slice where the property name is
consistent.
Cheers,
Henry