FileSelectionList.st
changeset 87 2c6ab478466a
parent 81 0c97b2905d5b
child 95 7535cfca9509
--- a/FileSelectionList.st	Thu Feb 16 04:13:03 1995 +0100
+++ b/FileSelectionList.st	Thu Feb 16 17:31:54 1995 +0100
@@ -25,7 +25,7 @@
 COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.11 1995-02-11 16:49:51 claus Exp $
+$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.12 1995-02-16 16:31:39 claus Exp $
 '!
 
 !FileSelectionList class methodsFor:'documentation'!
@@ -46,7 +46,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.11 1995-02-11 16:49:51 claus Exp $
+$Header: /cvs/stx/stx/libwidg/FileSelectionList.st,v 1.12 1995-02-16 16:31:39 claus Exp $
 "
 !
 
@@ -441,7 +441,7 @@
     actionBlock := [:lineNr |
 	|entry ok|
 
-	(self selection isKindOf:Collection) ifFalse:[
+	self selection isCollection ifFalse:[
 	    entry := self selectionValue.
 	    (entry endsWith:' ...') ifTrue:[
 		entry := entry copyTo:(entry size - 4).