MCRepositoryBrowser.st
changeset 502 8842b23dd67c
parent 495 cacb11edaf45
child 503 fff20d405433
--- a/MCRepositoryBrowser.st	Wed Sep 07 19:49:41 2011 +0200
+++ b/MCRepositoryBrowser.st	Wed Sep 07 20:16:26 2011 +0200
@@ -937,7 +937,7 @@
 
     self withWaitCursorDo:[
         MCStXNamespaceQuery 
-            answer:(NameSpace name:targetNamespace)   
+            answer:(NameSpace name:targetNamespace ? 'Smalltalk')   
             do: [
                 MCStXPackageQuery 
                     answer: package   
@@ -957,7 +957,7 @@
 
     "Created: / 09-11-2010 / 13:25:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 06-03-2011 / 20:44:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 07-09-2011 / 15:55:18 / cg"
+    "Modified: / 07-09-2011 / 20:16:19 / cg"
 !
 
 versionLoadIntoPackage
@@ -1003,11 +1003,11 @@
 !MCRepositoryBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryBrowser.st,v 1.12 2011-09-07 13:55:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryBrowser.st,v 1.13 2011-09-07 18:16:26 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryBrowser.st,v 1.12 2011-09-07 13:55:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryBrowser.st,v 1.13 2011-09-07 18:16:26 cg Exp $'
 !
 
 version_SVN