interest is written with one 'r' (shame on me)
authorClaus Gittinger <cg@exept.de>
Fri, 15 Dec 1995 14:05:22 +0100
changeset 321 f31da2a1d387
parent 320 b7b8dc88fe9f
child 322 bf5230ae7aab
interest is written with one 'r' (shame on me)
View.st
--- a/View.st	Fri Dec 15 13:20:16 1995 +0100
+++ b/View.st	Fri Dec 15 14:05:22 1995 +0100
@@ -134,7 +134,7 @@
     |oldValue|
 
     oldChannel notNil ifTrue:[
-	oldChannel retractInterrestFor:self.
+	oldChannel retractInterestsFor:self.
 	oldValue := oldChannel value.
     ].
     newChannel onChangeSend:changeSelector to:self.
@@ -449,5 +449,5 @@
 !View class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/View.st,v 1.48 1995-11-27 22:31:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/View.st,v 1.49 1995-12-15 13:05:22 cg Exp $'
 ! !