Issue 3849 in pharo: ExternalSettings should be cleaned

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

Issue 3849 in pharo: ExternalSettings should be cleaned

pharo
Status: Accepted
Owner: [hidden email]

New issue 3849 by [hidden email]: ExternalSettings should be cleaned
http://code.google.com/p/pharo/issues/detail?id=3849



When Issue 3638 is closed, MC will be the only client of ExternalSettings.  
ExternalSettings was a
Preferences Framework that was only used by three clients: etoys, setting  
http proxy and MC.

I vote for removing it.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3849 in pharo: ExternalSettings should be cleaned

pharo

Comment #1 on issue 3849 by [hidden email]: ExternalSettings should  
be cleaned
http://code.google.com/p/pharo/issues/detail?id=3849

ExternalSettings as no clients anymore as of update #13135


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3849 in pharo: ExternalSettings should be cleaned

pharo
Updates:
        Status: FixProposed
        Labels: Milestone-1.3

Comment #2 on issue 3849 by [hidden email]: ExternalSettings should  
be cleaned
http://code.google.com/p/pharo/issues/detail?id=3849

1) do in the preamble

Smalltalk removeFromShutDownList: ExternalSettings.
Smalltalk removeFromStartUpList: ExternalSettings.

Then file in the attached changeset

Attachments:
        remExternalSettings.1.cs  518 bytes


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3849 in pharo: ExternalSettings should be cleaned

pharo
Updates:
        Status: Closed

Comment #3 on issue 3849 by [hidden email]: ExternalSettings should  
be cleaned
http://code.google.com/p/pharo/issues/detail?id=3849

in 13138