Dec. 25, 2010
1:25 p.m.
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