[Pharo-project] Issue 3481 in pharo: DEVImageCreator references to Preferences
Status: Accepted Owner: guillermopolito Labels: Milestone-1.2-DevImage New issue 3481 by guillermopolito: DEVImageCreator references to Preferences http://code.google.com/p/pharo/issues/detail?id=3481 In Pharo1.2 Dev
Comment #1 on issue 3481 by guillermopolito: DEVImageCreator references to Preferences http://code.google.com/p/pharo/issues/detail?id=3481 In DEVImageCreator>>openPreferenceBrowser DEVImageCreator>>closeUnnecessaryWindows
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
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
Updates: Status: Fixed Comment #3 on issue 3481 by guillermopolito: DEVImageCreator references to Preferences http://code.google.com/p/pharo/issues/detail?id=3481 Done!
Comment #4 on issue 3481 by marianopeck: DEVImageCreator references to Preferences http://code.google.com/p/pharo/issues/detail?id=3481 Name: ImageForDevelopers-pharo-MarianoMartinezPeck.245 Author: MarianoMartinezPeck Time: 25 December 2010, 5:42 pm UUID: 5a9559b4-e114-4331-a9cf-ad81466c7f89 Ancestors: ImageForDevelopers-pharo-LaurentLaffont.244 - Removed #openPreferenceBrowser - Adapted #closeUnnecessaryWindows without Preferences
Updates: Status: Closed Comment #5 on issue 3481 by marianopeck: DEVImageCreator references to Preferences http://code.google.com/p/pharo/issues/detail?id=3481 (No comment was entered for this change.)
participants (2)
-
Guillermo Polito -
pharo@googlecode.com