EditTextView.st
changeset 3707 8f6bc68b9319
parent 3705 a819d7204ee3
child 3725 410e861ca010
--- a/EditTextView.st	Thu Sep 11 14:43:00 2008 +0200
+++ b/EditTextView.st	Thu Sep 18 12:01:44 2008 +0200
@@ -1140,8 +1140,7 @@
 
     list isNil ifTrue:[^ ''].
     self removeTrailingBlankLines.
-^ super contents.
-"/    ^ list asStringWithCRs
+    ^ super contents.
 
     "Modified: / 04-07-2006 / 19:22:32 / fm"
 !
@@ -7310,5 +7309,5 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.436 2008-09-11 12:40:34 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.437 2008-09-18 10:01:44 stefan Exp $'
 ! !