Comment #1 on issue 6073 by
[hidden email]: Make PragmaCollector
rely on SystemAnnouncer instead of SystemChangeNotifier
http://code.google.com/p/pharo/issues/detail?id=6073And I think this should be executed before the changeset is installed:
PragmaCollector allInstances
do: [ :i | SystemChangeNotifier uniqueInstance noMoreNotificationsFor: i ].
and this afterwards
PragmaCollector allInstances
do: [ :i | i installSystemNotifications ].
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker