*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 26 Aug 2006 15:32:56 +0200
changeset 1737 b16f73da1716
parent 1736 2c44d15f1a0f
child 1738 e63af0d84b52
*** empty log message ***
StoreSourceCodeManager.st
--- a/StoreSourceCodeManager.st	Fri Aug 25 19:42:16 2006 +0200
+++ b/StoreSourceCodeManager.st	Sat Aug 26 15:32:56 2006 +0200
@@ -167,7 +167,7 @@
 !StoreSourceCodeManager class methodsFor:'testing'!
 
 isExperimental
-    "/ ^ false.
+    ^ OperatingSystem getLoginName ~= 'cg'.
     ^ true
 
     "Created: / 16-08-2006 / 11:23:09 / cg"
@@ -270,5 +270,5 @@
 !StoreSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/StoreSourceCodeManager.st,v 1.5 2006-08-25 17:39:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/StoreSourceCodeManager.st,v 1.6 2006-08-26 13:32:56 cg Exp $'
 ! !