|
I do not understand why
{#Nautilus. #PackageTreeNautilus} do: [:each | each asClass resetGroups]. or GroupManager current "reset" (does not exist) and several 5 timesRepeat:[Smalltalk garbageCollect.].
do not get rid of the registration especially since they are weak
So now what I'm doing instead is
#AbstractGroup asClass allSubInstances do: [ :each | SystemAnnouncer uniqueInstance unsubscribe: each ].
And we should probably define that somewhere.
|
|
|
Priority: 5 – Fix If Time
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo3.0
|
Go to Case
|
|