ContextInspectorView.st
changeset 188 247042d21994
parent 165 df29ee4514c1
child 200 01ce3d3636d5
--- a/ContextInspectorView.st	Tue Nov 21 14:39:12 1995 +0100
+++ b/ContextInspectorView.st	Wed Nov 22 13:43:00 1995 +0100
@@ -36,7 +36,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.16 1995-11-11 15:39:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.17 1995-11-22 12:43:00 cg Exp $'
 !
 
 documentation
@@ -213,10 +213,8 @@
 showSelection:lineNr
     "user clicked on an entry - show value in workspace"
 
-    workspace replace:(values at:lineNr) displayString.
+    self showValue:(values at:lineNr).
     selectedLine := lineNr
-
-
 !
 
 showTemporaries