EditTextView.st
changeset 947 007a374d834c
parent 941 f06fa4d47f26
child 960 29a592101ad4
--- a/EditTextView.st	Wed Jan 15 23:44:26 1997 +0100
+++ b/EditTextView.st	Thu Jan 16 11:10:31 1997 +0100
@@ -3039,7 +3039,7 @@
     cursorLine := 1.
     cursorVisibleLine := 1.
     cursorCol := 1.
-    modifiedChannel := false asValue.
+    modifiedChannel := ValueHolder newBoolean.
     showMatchingParenthesis := false.
     hasKeyboardFocus := false. "/ true.
     tabMeansNextField := false.
@@ -3047,7 +3047,7 @@
     insertMode := true.
     trimBlankLines := true.
 
-    "Modified: 22.5.1996 / 15:33:52 / cg"
+    "Modified: 16.1.1997 / 00:51:09 / cg"
 !
 
 realize
@@ -3900,5 +3900,5 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.102 1997-01-13 23:15:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.103 1997-01-16 10:10:31 cg Exp $'
 ! !