*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 07 Dec 2008 11:45:41 +0100
changeset 11393 5964970e515c
parent 11392 8c606db1cd2f
child 11394 c44ffa4977ea
*** empty log message ***
Smalltalk.st
--- a/Smalltalk.st	Sun Dec 07 11:44:09 2008 +0100
+++ b/Smalltalk.st	Sun Dec 07 11:45:41 2008 +0100
@@ -4202,7 +4202,7 @@
         KnownPackages add:pkgName
     ].
 
-    showSplashInLevels > 0 ifTrue:[
+    showSplashInLevels >= 0 ifTrue:[
         self splashInfo:('Smalltalk [info]: installing autoloaded classes found under "',dirName,'"...').
     ].
 
@@ -4262,7 +4262,7 @@
         ].
     ].
 
-    showSplashInLevels > 0 ifTrue:[
+    showSplashInLevels >= 0 ifTrue:[
         self splashInfo:('Smalltalk [info]: installing autoloaded classes found under "',dirName,'"...').
     ].
 
@@ -7207,5 +7207,5 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.865 2008-12-07 10:44:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.866 2008-12-07 10:45:41 cg Exp $'
 ! !