.
authorclaus
Mon, 28 Aug 1995 17:49:37 +0200
changeset 148 3c0b3c51bee7
parent 147 155fe54b855a
child 149 17f5c54f9e36
.
ListView.st
--- a/ListView.st	Mon Aug 28 01:24:28 1995 +0200
+++ b/ListView.st	Mon Aug 28 17:49:37 1995 +0200
@@ -38,7 +38,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.31 1995-07-28 03:01:44 claus Exp $
+$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.32 1995-08-28 15:49:37 claus Exp $
 '!
 
 !ListView class methodsFor:'documentation'!
@@ -59,7 +59,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.31 1995-07-28 03:01:44 claus Exp $
+$Header: /cvs/stx/stx/libwidg/ListView.st,v 1.32 1995-08-28 15:49:37 claus Exp $
 "
 !
 
@@ -387,7 +387,7 @@
     "return the contents as a string"
 
     list isNil ifTrue:[^ ''].
-    ^ list asString
+    ^ list asStringCollection asString
 !
 
 removeIndexWithoutRedraw:lineNr