diff -r 5d67d14ad4a0 -r 136dd7e8228a 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 $' ! !