ListView.st
changeset 5392 ea4f821a6c38
parent 5372 4dd658134d1d
child 5395 fc9336b15c5c
child 5480 f883732537d6
--- a/ListView.st	Wed Aug 05 15:33:37 2015 +0200
+++ b/ListView.st	Wed Aug 05 15:34:12 2015 +0200
@@ -1517,7 +1517,7 @@
     ].
     
     sz := endLine - startLine + 1.
-    sz < 1 ifTrue:[^ nil].
+    sz < 1 ifTrue:[^ ''].
 
     text := StringCollection new:sz.