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
#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