AbstractSettingsApplication.st
changeset 4327 076dfc82d0ed
parent 4324 289972d3e455
child 4328 a60a893cac97
--- a/AbstractSettingsApplication.st	Tue Nov 26 19:15:32 2002 +0100
+++ b/AbstractSettingsApplication.st	Wed Nov 27 10:51:07 2002 +0100
@@ -3085,13 +3085,6 @@
                
               )
             )
-           #(#CheckBoxSpec
-              #label: 'Check Box'
-              #name: 'CheckBox5'
-              #layout: #(#LayoutFrame 151 0 456 0 287 0 478 0)
-              #model: #modifiedChannel
-              #translateLabel: true
-            )
            )
          
         )
@@ -4006,9 +3999,11 @@
             "/ ResourcePack flushCachedResourcePacks - already done by language-change
         ].
     ].
-    switch ifTrue:[
+    switch ifTrue:[       
         self requestor notNil ifTrue:[
             self requestor reopenLauncher.
+        ] ifFalse:[
+            NewLauncher current reopenLauncher.
         ].
         DebugView newDebugger.
     ].
@@ -9118,5 +9113,5 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.9 2002-11-26 16:59:01 penk Exp $'
-! !
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.10 2002-11-27 09:51:07 penk Exp $'
+! !