you are both cool :) Le 24/3/15 12:04, Henrik Johansen a écrit :
On 24 Mar 2015, at 11:22 , Alain Plantec via Pharo-dev <pharo-dev@lists.pharo.org <mailto:pharo-dev@lists.pharo.org>> wrote:
*Subject: **Re: [Pharo-dev] Morphs becoming unresponsive* *From: *Alain Plantec <alain.plantec@yahoo.com <mailto:alain.plantec@yahoo.com>> *Date: *24 Mar 2015 11:21:55 CET *To: *Pharo Development List <pharo-dev@lists.pharo.org <mailto:pharo-dev@lists.pharo.org>>
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