SourceCodeManagerUtilities.st
changeset 3287 8e2ea84ce5da
parent 3276 e6902cec8b2f
child 3289 962fd0fa3663
child 3291 7fc5a1fea0fd
--- a/SourceCodeManagerUtilities.st	Mon Jun 03 12:43:50 2013 +0200
+++ b/SourceCodeManagerUtilities.st	Mon Jun 03 12:44:15 2013 +0200
@@ -871,9 +871,8 @@
     mgr := aClass theNonMetaclass sourceCodeManager.
     mgr isNil ifTrue:[
         SourceCodeManager isNil ifTrue:[
-            (self warn:'SourceCodeManagement is disabled or not configured.\\Please setup in the Launcher.' withCRs) ifFalse:[
-                ^ nil
-            ].
+            "/ self warn:'SourceCodeManagement is disabled or not configured.\\Please setup in the Launcher.' withCRs.
+            ^ nil.
         ].
         assumption := AbstractSourceCodeManager defaultManager ? CVSSourceCodeManager.
         assumption notNil ifTrue:[
@@ -3880,10 +3879,10 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.277 2013-05-16 23:43:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.278 2013-06-03 10:44:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.277 2013-05-16 23:43:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.278 2013-06-03 10:44:15 cg Exp $'
 ! !