changed #contents - formatting and comments
authorStefan Vogel <sv@exept.de>
Thu, 18 Sep 2008 12:01:44 +0200
changeset 3707 8f6bc68b9319
parent 3706 d25f10e7b49b
child 3708 78d2d5f43914
changed #contents - formatting and comments
EditTextView.st
--- 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 $'
 ! !