Launcher.st
changeset 1591 eacb65e50d85
parent 1586 f18bb813f256
child 1599 60c649f423e8
--- a/Launcher.st	Thu Apr 23 14:49:29 1998 +0200
+++ b/Launcher.st	Thu Apr 23 21:39:03 1998 +0200
@@ -1432,7 +1432,7 @@
         "/ if there is no compiler around,
         "/ change to compile nothing, and disable the checkBoxes
         Compiler canCreateMachineCode ifFalse:[
-            stcCompilation selectionIndex:3.
+            stcCompilation selectionIndex:(3 min:stcCompilationOptions size).
             compilationList disable.
         ].
     ].
@@ -5012,5 +5012,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.325 1998-04-23 12:29:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.326 1998-04-23 19:38:04 cg Exp $'
 ! !