Tools__ObjectModuleInformation.st
changeset 2343 20eee34c4c8b
parent 2254 06ada9ab1a8a
child 2402 5db801ca0e35
equal deleted inserted replaced
2342:c97a56c2b862 2343:20eee34c4c8b
   662 
   662 
   663     info := self selectedModuleInfo.
   663     info := self selectedModuleInfo.
   664     module := self selectedModule.
   664     module := self selectedModule.
   665 
   665 
   666     self canBrowseSelectedModule value:(info notNil and:[info ~~ #VM and:[module notNil]]).
   666     self canBrowseSelectedModule value:(info notNil and:[info ~~ #VM and:[module notNil]]).
   667     self canUnloadSelectedModule value:(self readOnly not and:[info ~~ #VM and:[module notNil and:[module dynamic]]]).
   667     self canUnloadSelectedModule value:(self readOnly not and:[info ~~ #VM and:[info notNil and:[info dynamic]]]).
   668 
   668 
   669     classNamesShown := nil.
   669     classNamesShown := nil.
   670     classInfoShown := nil.
   670     classInfoShown := nil.
   671     vmInfoShown := nil.
   671     vmInfoShown := nil.
   672 
   672