*** empty log message ***
authorca
Tue, 26 Sep 2006 14:01:15 +0200
changeset 1829 bc9065af3347
parent 1828 e2eafc59fa91
child 1830 a44c9beee9a6
*** empty log message ***
CVSSourceCodeManager.st
--- a/CVSSourceCodeManager.st	Mon Sep 25 21:33:33 2006 +0200
+++ b/CVSSourceCodeManager.st	Tue Sep 26 14:01:15 2006 +0200
@@ -326,7 +326,7 @@
 cvsExecutable:aString
     "set the name of the cvs executable."
 
-    aString isEmpty ifTrue:[
+    aString isEmptyOrNil ifTrue:[
         CVSExecutable := nil
     ] ifFalse:[        
         CVSExecutable := aString.
@@ -4368,7 +4368,7 @@
 !CVSSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.330 2006-09-22 13:21:22 mb Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.331 2006-09-26 12:01:15 ca Exp $'
 ! !
 
 CVSSourceCodeManager initialize!