Issue 6480 in pharo: restoreAllNotifications dependent on Monticello

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 6480 in pharo: restoreAllNotifications dependent on Monticello

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug Milestone-2.0

New issue 6480 by [hidden email]: restoreAllNotifications  
dependent on Monticello
http://code.google.com/p/pharo/issues/detail?id=6480

the method SystemAnnouncer class >> restoreAllNotifications is dependent on  
Monticello (classes MCPackageManager and MCWorkingCopy). It makes  
Undeclared in Pharo Kernel

Possible fix may collide with  
http://code.google.com/p/pharo/issues/detail?id=6467




_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6480 in pharo: restoreAllNotifications dependent on Monticello

pharo
Updates:
        Status: Closed

Comment #1 on issue 6480 by [hidden email]: restoreAllNotifications  
dependent on Monticello
http://code.google.com/p/pharo/issues/detail?id=6480

this has been fixed

restoreAllNotifications
        "self restoreAllNotifications"
       
        | collector |
        self reset.
        collector := PragmaCollector filter: [ :pragma | pragma keyword =  
#systemEventRegistration ].
        collector reset.
        collector do: [ :pragma |
                pragma methodClass theNonMetaClass perform: pragma selector ]


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker