ColorMenu.st
changeset 1676 d01663a2356d
parent 1410 be0e2a06be7c
child 1803 ad801646be62
--- a/ColorMenu.st	Thu Feb 03 18:34:36 2000 +0100
+++ b/ColorMenu.st	Thu Feb 03 19:45:12 2000 +0100
@@ -631,9 +631,9 @@
         ]
     ].
 
-    red   onChangeSend: #value to: updateBlock.
-    green onChangeSend: #value to: updateBlock.
-    blue  onChangeSend: #value to: updateBlock.
+    red   onChangeEvaluate: updateBlock.
+    green onChangeEvaluate: updateBlock.
+    blue  onChangeEvaluate: updateBlock.
 
     updateBlock value
 
@@ -643,5 +643,5 @@
 !ColorMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.19 1999-06-15 12:31:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.20 2000-02-03 18:45:12 cg Exp $'
 ! !