DictionaryInspectorView.st
changeset 14261 89fca378e089
parent 13624 b59ab4a6247d
child 14678 079d9fc7384d
--- a/DictionaryInspectorView.st	Tue Apr 15 11:29:38 2014 +0200
+++ b/DictionaryInspectorView.st	Tue Apr 15 11:31:01 2014 +0200
@@ -354,7 +354,7 @@
 
     key := self selectedKey.
     key notNil ifTrue:[
-        key inspect
+        self inspectNext:key.
     ]
 !
 
@@ -735,10 +735,10 @@
 !DictionaryInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.83 2013-10-09 13:44:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.84 2014-04-15 09:31:01 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.83 2013-10-09 13:44:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.84 2014-04-15 09:31:01 stefan Exp $'
 ! !