Issue 4249 in pharo: ProcessBrowser 'Browsers' classvar is dormant

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

Issue 4249 in pharo: ProcessBrowser 'Browsers' classvar is dormant

pharo
Status: Accepted
Owner: [hidden email]

New issue 4249 by [hidden email]: ProcessBrowser 'Browsers' classvar is  
dormant
http://code.google.com/p/pharo/issues/detail?id=4249

it looks like this is no longer used.
And by removing it, we could also remove this class from startup list.


_______________________________________________
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 4249 in pharo: ProcessBrowser 'Browsers' classvar is dormant

pharo
Updates:
        Status: FixToInclude
        Labels: Milestone-1.3

Comment #1 on issue 4249 by [hidden email]:  
ProcessBrowser 'Browsers' classvar is dormant
http://code.google.com/p/pharo/issues/detail?id=4249

Fix attached.

In the *preamble*, execute:

Smalltalk removeFromShutDownList: ProcessBrowser.
Smalltalk removeFromStartUpList:ProcessBrowser.

Attachments:
        FixProcessBrowser.1.cs  461 bytes


_______________________________________________
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 4249 in pharo: ProcessBrowser 'Browsers' classvar is dormant

pharo
Updates:
        Status: Closed

Comment #2 on issue 4249 by [hidden email]:  
ProcessBrowser 'Browsers' classvar is dormant
http://code.google.com/p/pharo/issues/detail?id=4249

in 13205


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