checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 12 May 1998 21:06:38 +0200
changeset 1639 849d5612be7f
parent 1638 a5f4170a3e72
child 1640 fb7b67e2ada2
checkin from browser
Launcher.st
--- a/Launcher.st	Tue May 12 20:29:53 1998 +0200
+++ b/Launcher.st	Tue May 12 21:06:38 1998 +0200
@@ -5150,7 +5150,7 @@
         Filename isCaseSensitive ifFalse:[
             listOfStyles := listOfStyles collect:[:aStyleName | aStyleName asLowercase].
         ].
-        listOfStyles remove:'generic'; remove:'mswindows3'.
+        listOfStyles remove:'generic' ifAbsent:nil; remove:'mswindows3' ifAbsent:nil.
         showStandardStylesOnly value ifTrue:[
             listOfStyles := listOfStyles select:[:aStyleName | standardStyles includes:aStyleName].
         ].
@@ -5219,7 +5219,7 @@
      self viewStyleSettingsFor:nil
     "
 
-    "Modified: / 12.5.1998 / 20:28:35 / cg"
+    "Modified: / 12.5.1998 / 21:05:03 / cg"
 ! !
 
 !Launcher::SettingsDialogs class methodsFor:'dialogs-private'!
@@ -5445,5 +5445,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.339 1998-05-12 18:29:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.340 1998-05-12 19:06:38 cg Exp $'
 ! !