[ANN] SystemChangeNotification on Squeakmap

Ned Konz ned at bike-nomad.com
Wed Jul 30 17:15:12 UTC 2003


On Wednesday 30 July 2003 09:32 am, Roel Wuyts wrote:
> I changed it to use a copy of the actions map, since during the
> iteration the keys can be changed. The method thus becomes:
>
>      removeActionsWithReceiver: anObject
>
>         self actionMap copy keysDo:

Or maybe just:

	self actionMap keys do: 

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list