*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 10 May 2009 15:53:20 +0200
changeset 8616 51d6f6c57f14
parent 8615 3407696ae28f
child 8617 d6b870180825
*** empty log message ***
InspectorView.st
--- a/InspectorView.st	Sun May 10 11:32:56 2009 +0200
+++ b/InspectorView.st	Sun May 10 15:53:20 2009 +0200
@@ -722,9 +722,9 @@
     sel class hasImmediateInstances ifTrue:[
         m disableAll:#(showReferences doNewInspect)
     ].
-    sel inspectorClass == self class ifFalse:[
-        m disable:#doFollow
-    ].
+"/    sel inspectorClass == self class ifFalse:[
+"/        m disable:#doFollow
+"/    ].
     sel isMethod ifFalse:[
         m disable:#browseMethodsClass
     ].
@@ -2074,5 +2074,5 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.184 2008-11-26 15:45:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.185 2009-05-10 13:53:20 cg Exp $'
 ! !