changed: #doCopyKey
authorClaus Gittinger <cg@exept.de>
Tue, 23 Oct 2012 20:21:11 +0200
changeset 11916 b64155bfd864
parent 11915 b070218efdaa
child 11917 4abec96d769d
changed: #doCopyKey
InspectorView.st
--- a/InspectorView.st	Tue Oct 23 20:20:54 2012 +0200
+++ b/InspectorView.st	Tue Oct 23 20:21:11 2012 +0200
@@ -3225,7 +3225,7 @@
     |nm selIdx|
 
     (selIdx := self theSingleSelectionIndex) notNil ifTrue:[
-        nm := listView listAt:selIdx.
+        nm := self selectedKeyName.
         nm notNil ifTrue:[
             self setClipboardText:(nm asString)
         ]
@@ -3347,9 +3347,9 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.289 2012-10-23 17:16:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.290 2012-10-23 18:21:11 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.289 2012-10-23 17:16:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.290 2012-10-23 18:21:11 cg Exp $'
 ! !