Fix dll unloading
authorStefan Vogel <sv@exept.de>
Tue, 11 May 2010 12:03:35 +0200
changeset 2778 6d59e67bcd8a
parent 2777 eb16ea45aa92
child 2779 10fef360ad85
Fix dll unloading
Tools__ObjectModuleInformation.st
--- a/Tools__ObjectModuleInformation.st	Fri May 07 14:28:18 2010 +0200
+++ b/Tools__ObjectModuleInformation.st	Tue May 11 12:03:35 2010 +0200
@@ -1339,7 +1339,7 @@
 Continue ?') 
                 ifFalse:[ ^ self ].
     ].
-    handle := objectHandles at:self selectedModuleIndex ifAbsent:nil.
+    handle := module handle.
     handle notNil ifTrue:[
         self 
             withWaitCursorDo:[