class: StandaloneStartup
authorStefan Vogel <sv@exept.de>
Tue, 14 Jan 2014 16:32:54 +0100
changeset 15895 5cd8d2b4e36f
parent 15894 335888decf07
child 15896 21f50b8f83f6
class: StandaloneStartup changed: #setupToolsForNoDebug do not remove Launcher
StandaloneStartup.st
--- a/StandaloneStartup.st	Tue Jan 14 13:37:06 2014 +0100
+++ b/StandaloneStartup.st	Tue Jan 14 16:32:54 2014 +0100
@@ -1018,7 +1018,6 @@
     Smalltalk isStandAloneApp ifTrue:[
         self removeDebugger.
         self removeInspector.
-        self removeLauncher.
 
         Verbose ifTrue:[ 'debug disabled.' errorPrintCR ].
         self redirectStandardStreams.
@@ -1191,11 +1190,11 @@
 !StandaloneStartup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.80 2014-01-14 12:37:06 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.81 2014-01-14 15:32:54 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.80 2014-01-14 12:37:06 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.81 2014-01-14 15:32:54 stefan Exp $'
 ! !