pass change information from update stable_expecco_sel
authorClaus Gittinger <cg@exept.de>
Thu, 16 Dec 2004 12:45:15 +0100
changeset 2029 136dd7e8228a
parent 2028 5d67d14ad4a0
child 2030 cfe668c44a8c
pass change information from update
IndirectValue.st
--- a/IndirectValue.st	Fri Nov 26 15:14:45 2004 +0100
+++ b/IndirectValue.st	Thu Dec 16 12:45:15 2004 +0100
@@ -131,11 +131,11 @@
 update:something with:aParameter from:someone
     "the holder I depend on has changed - send a change notification to my dependents"
 
-    self changed:#value
+    self changed:something with:aParameter
 ! !
 
 !IndirectValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.4 2004-05-18 11:47:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.5 2004-12-16 11:45:15 cg Exp $'
 ! !