# HG changeset patch # User Merge Script # Date 1443675166 -7200 # Node ID 828466a230359b0bdfdb24a81ecc5ca8332e5343 # Parent f2c23ea064028d20c0354d6022b1d0dbe27bf238# Parent 1c08a8812faa3cfc0d0ffb39e763a7505b3a3f4d Merge diff -r f2c23ea06402 -r 828466a23035 SelectionInListView.st --- a/SelectionInListView.st Wed Sep 30 15:59:46 2015 +0100 +++ b/SelectionInListView.st Thu Oct 01 06:52:46 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 ].