*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 17 Mar 2006 15:00:10 +0100
changeset 3289 7278c0004f1b
parent 3288 10c909bd8ca8
child 3290 963d2fe6530d
*** empty log message ***
SelectionInListView.st
--- a/SelectionInListView.st	Thu Mar 16 20:43:50 2006 +0100
+++ b/SelectionInListView.st	Fri Mar 17 15:00:10 2006 +0100
@@ -2538,7 +2538,7 @@
             [true] whileTrue:[
                 s := self characterSearchItemStringAt:searchIndex.
                 s notNil ifTrue:[
-                    (s withoutSeparators asLowercase startsWith:searchPrefix) ifTrue:[
+                    (s string withoutSeparators asLowercase startsWith:searchPrefix) ifTrue:[
                         searchIndex = selection ifTrue:[^ self].
                         ^ self key:key select:searchIndex x:x y:y shifted:false
                     ].
@@ -3962,5 +3962,5 @@
 !SelectionInListView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.234 2006-02-20 21:30:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/SelectionInListView.st,v 1.235 2006-03-17 14:00:10 cg Exp $'
 ! !