StandaloneStartup.st
branchjv
changeset 18042 2aa6ef1820fe
parent 18011 deb0c3355881
parent 14977 c67d55de705e
child 18054 56594a8c6b83
--- a/StandaloneStartup.st	Wed Mar 27 17:12:46 2013 +0000
+++ b/StandaloneStartup.st	Thu Mar 28 12:21:50 2013 +0000
@@ -1130,6 +1130,9 @@
 "/    |app fileArg|
 "/
 "/    self verboseInfo:('starting application').
+"/
+"/    self startStartBlockProcess.
+"/    Smalltalk openDisplay.
 "/    app := <someGUIApplicationModelClass> open.
 "/
 "/    self verboseInfo:('looking for args in ',argv).
@@ -1158,11 +1161,12 @@
 !StandaloneStartup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.70 2012-12-05 15:38:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.71 2013-03-27 10:49:17 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.70 2012-12-05 15:38:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.71 2013-03-27 10:49:17 stefan Exp $'
 ! !
 
+
 StandaloneStartup initialize!