# HG changeset patch # User Claus Gittinger # Date 1211398136 -7200 # Node ID 20eee34c4c8b48e13512dbad53245aea9b2e024c # Parent c97a56c2b86242e291b0033b178d655f907a814f changed #selectedModuleIndexChanged diff -r c97a56c2b862 -r 20eee34c4c8b 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.