FileBasedSourceCodeManager.st
changeset 2685 871ba59d122c
parent 2672 fa1b34f5b122
child 2699 fb70a72730fd
--- a/FileBasedSourceCodeManager.st	Sun Dec 25 23:27:00 2011 +0100
+++ b/FileBasedSourceCodeManager.st	Mon Dec 26 00:50:39 2011 +0100
@@ -67,9 +67,10 @@
 knownModules
     "return the modules, we currently know"
 
+    ModulePathes isEmptyOrNil ifTrue:[^ #() ].
     ^ ModulePathes keys
 
-    "Modified: / 21-12-2011 / 14:54:53 / cg"
+    "Modified: / 26-12-2011 / 00:49:10 / cg"
 !
 
 repositoryInfoPerModule
@@ -511,11 +512,11 @@
 !FileBasedSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/FileBasedSourceCodeManager.st,v 1.2 2011-12-22 09:00:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/FileBasedSourceCodeManager.st,v 1.3 2011-12-25 23:50:39 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/FileBasedSourceCodeManager.st,v 1.2 2011-12-22 09:00:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/FileBasedSourceCodeManager.st,v 1.3 2011-12-25 23:50:39 cg Exp $'
 !
 
 version_FileRepository