AbstractLauncherApplication.st
changeset 2861 1f6dafaaeb90
parent 2854 ac97ea47bb08
child 2866 bdbdb168bc5c
--- a/AbstractLauncherApplication.st	Wed Nov 22 12:01:36 2000 +0100
+++ b/AbstractLauncherApplication.st	Thu Nov 23 14:19:43 2000 +0100
@@ -3836,6 +3836,7 @@
         useManager := (manager := Smalltalk at:#SourceCodeManager) notNil asValue.
         localSourceFirst := Class tryLocalSourceFirst asValue.
         manager notNil ifTrue:[
+            manager forgetDisabledModules.
             repository := manager repositoryName.
             repository notNil ifTrue:[
                 repositoryHolder := repository asValue.
@@ -5796,5 +5797,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.135 2000-11-16 19:42:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.136 2000-11-23 13:19:43 cg Exp $'
 ! !