Oops, fixes previous (messed) revision (changed: #showSelection:)
authorvrany
Sat, 06 Aug 2011 14:50:14 +0200
changeset 10521 9218a2f4a6d1
parent 10520 f15aa3e05329
child 10522 a05002175fbd
Oops, fixes previous (messed) revision (changed: #showSelection:)
InspectorView.st
--- a/InspectorView.st	Sat Aug 06 14:43:06 2011 +0200
+++ b/InspectorView.st	Sat Aug 06 14:50:14 2011 +0200
@@ -2431,14 +2431,13 @@
             self reinspect.
         ].
     ].
-    selectionIndex := selectedLine := (lineNr max: listSize).
+    selectionIndex := selectedLine := lineNr.
     val := self selection.
     self showValue:val.
 
     self setAcceptAction.
 
     "Modified: / 03-08-2006 / 14:26:22 / cg"
-    "Modified: / 06-08-2011 / 13:26:02 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 showValue:someValue 
@@ -2637,6 +2636,10 @@
 
 !InspectorView class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.238 2011-08-06 12:50:14 vrany Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.237 2011-08-06 12:43:06 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.238 2011-08-06 12:50:14 vrany Exp $'
 ! !