Issue 3047: REFACTOR: Added intention revealing helper method to AppRegistry class>>register:

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

Issue 3047: REFACTOR: Added intention revealing helper method to AppRegistry class>>register:

Sean P. DeNigris
Administrator
http://code.google.com/p/pharo/issues/detail?id=3047
Old:
register: aProviderClass
...
        default := nil.  "so it'll ask for a new default..."
...

New:
...
        self askForNewDefaultOnNextRequest.
...

Fix in inbox: System-Applications-SeanDeNigris.15
Cheers,
Sean