ContextInspectorView.st
changeset 12935 2149c6971ded
parent 12932 63707ac51242
child 13173 e9da2324940d
child 13451 3ae3b9b9e45e
--- a/ContextInspectorView.st	Thu Jun 20 13:24:06 2013 +0200
+++ b/ContextInspectorView.st	Thu Jun 20 13:24:29 2013 +0200
@@ -428,7 +428,7 @@
           resources:resources.
 
     selectionIndex isNil ifTrue:[
-        m disableAll:#(doInspect doBasicInspect browse browseHome)
+        m disableAll:#(doInspect doBasicInspect browse browseHome browseImplementorsOfSymbolValue)
     ] ifFalse:[
         sel isBlock ifFalse:[
             m disable:#browseHome
@@ -653,10 +653,10 @@
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.84 2013-06-20 11:19:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.85 2013-06-20 11:24:29 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.84 2013-06-20 11:19:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.85 2013-06-20 11:24:29 cg Exp $'
 ! !