SelectionInListView.st
changeset 5429 1c08a8812faa
parent 5416 9da7ff15ecbf
child 5430 828466a23035
child 5481 6eeeb8d2dabf
--- a/SelectionInListView.st	Wed Sep 30 04:03:43 2015 +0000
+++ b/SelectionInListView.st	Wed Sep 30 22:10:29 2015 +0200
@@ -2694,7 +2694,7 @@
                     "/ none found.
                     searchPrefix size == 1 ifTrue:[
                         "/ if all start with the same prefix, use the char after the prefix
-                        prefix := (self list collect:[:l | l ? '']) longestCommonPrefixCaseSensitive:false.
+                        prefix := (self list collect:[:l | (l ? '')string]) longestCommonPrefixCaseSensitive:false.
                         prefix isEmptyOrNil ifTrue:[
                             ^ self
                         ].