ButtonController.st
changeset 258 ae4b8f1a6738
parent 220 635d3f583f61
child 262 d2c946b6a5b4
--- a/ButtonController.st	Thu Dec 14 21:18:44 1995 +0100
+++ b/ButtonController.st	Fri Dec 15 14:04:06 1995 +0100
@@ -241,7 +241,7 @@
 
     enableChannel notNil ifTrue:[
 	wasEnabled := enableChannel value.
-	enableChannel retractInterrestFor:self. 
+	enableChannel retractInterestsFor:self. 
     ] ifFalse:[
 	wasEnabled := true
     ].
@@ -557,5 +557,5 @@
 !ButtonController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.24 1995-12-03 20:59:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.25 1995-12-15 13:03:59 cg Exp $'
 ! !