changed #selectedModuleIndexChanged
authorClaus Gittinger <cg@exept.de>
Wed, 21 May 2008 21:28:56 +0200
changeset 2343 20eee34c4c8b
parent 2342 c97a56c2b862
child 2344 2352f339e1db
changed #selectedModuleIndexChanged
Tools__ObjectModuleInformation.st
--- a/Tools__ObjectModuleInformation.st	Wed May 21 19:30:50 2008 +0200
+++ b/Tools__ObjectModuleInformation.st	Wed May 21 21:28:56 2008 +0200
@@ -664,7 +664,7 @@
     module := self selectedModule.
 
     self canBrowseSelectedModule value:(info notNil and:[info ~~ #VM and:[module notNil]]).
-    self canUnloadSelectedModule value:(self readOnly not and:[info ~~ #VM and:[module notNil and:[module dynamic]]]).
+    self canUnloadSelectedModule value:(self readOnly not and:[info ~~ #VM and:[info notNil and:[info dynamic]]]).
 
     classNamesShown := nil.
     classInfoShown := nil.