ListView.st
branchjv
changeset 5395 fc9336b15c5c
parent 5386 26b17b83a19b
parent 5392 ea4f821a6c38
child 5482 816a9de03d66
--- a/ListView.st	Thu Jul 30 06:49:25 2015 +0200
+++ b/ListView.st	Sun Aug 09 07:20:03 2015 +0100
@@ -1517,7 +1517,7 @@
     ].
     
     sz := endLine - startLine + 1.
-    sz < 1 ifTrue:[^ nil].
+    sz < 1 ifTrue:[^ ''].
 
     text := StringCollection new:sz.