Launcher.st
changeset 226 4b050498fe46
parent 219 379dfea373d7
child 227 4c0d12e2a3dc
--- a/Launcher.st	Sun Dec 03 19:45:01 1995 +0100
+++ b/Launcher.st	Mon Dec 04 00:08:50 1995 +0100
@@ -1150,7 +1150,8 @@
 
     v := self pickAView.
     v notNil ifTrue:[
-	v topView inspect
+"/        v topView inspect
+	v inspect
     ]
 
 ! !
@@ -1901,5 +1902,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.53 1995-11-27 22:17:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.54 1995-12-03 23:08:50 cg Exp $'
 ! !