Dec. 25, 2010
4:25 p.m.
I agree :P On Sat, Dec 25, 2010 at 10:25 AM, <pharo@googlecode.com> wrote:
Comment #2 on issue 3481 by marianopeck: DEVImageCreator references to Preferences
http://code.google.com/p/pharo/issues/detail?id=3481
#openPreferenceBrowser can be removed because it is not used.
#closeUnnecessaryWindows should be adapted so that it doesnt take into account the PreferenceBRower. FOr example:
closeUnnecessaryWindows SystemWindow allSubInstancesDo: [:window | window delete]
if you agree, we can commmit it