AbstractLauncherApplication.st
changeset 9137 d252e24bd64b
parent 9084 3b0b89c91c71
child 9165 28d35992cde0
--- a/AbstractLauncherApplication.st	Fri Oct 30 10:58:30 2009 +0100
+++ b/AbstractLauncherApplication.st	Fri Oct 30 10:58:34 2009 +0100
@@ -219,6 +219,7 @@
 defaultSettingsApplicationList
     "/ cg: moved it to SettingsDialog - everyone is expecting it there and had to search it...
     "/ left here for backw. compatibility.
+
     ^ SettingsDialog defaultSettingsApplicationList
 !
 
@@ -249,7 +250,7 @@
     SettingsList := settingsList.
 
     "
-     self settingsList  
+     self withAllSubclassesDo:[:cls | cls initializeSettingsList ]
     "
 
     "Modified: / 16-12-2002 / 18:12:50 / penk"
@@ -282,7 +283,7 @@
 settingsList
 
     SettingsList isNil ifTrue: [self initializeSettingsList].
-    ^SettingsList
+    ^ SettingsList
 ! !
 
 !AbstractLauncherApplication methodsFor:'drag & drop'!
@@ -6716,9 +6717,9 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.384 2009-10-26 16:19:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.385 2009-10-30 09:58:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.384 2009-10-26 16:19:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.385 2009-10-30 09:58:34 cg Exp $'
 ! !