ProtocolAdaptor.st
changeset 86 38cc61653cb2
parent 75 a53337dc3e19
child 96 948318b2fbd4
--- a/ProtocolAdaptor.st	Sun Jul 23 04:25:16 1995 +0200
+++ b/ProtocolAdaptor.st	Sun Jul 23 04:29:14 1995 +0200
@@ -37,7 +37,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/ProtocolAdaptor.st,v 1.3 1995-05-16 17:13:47 claus Exp $
+$Header: /cvs/stx/stx/libview2/ProtocolAdaptor.st,v 1.4 1995-07-23 02:28:09 claus Exp $
 "
 !
 
@@ -211,7 +211,7 @@
     ^ self setValue:newValue usingSubject:obj
 ! !
 
-!ProtocolAdaptor methodsFor:'change notification'!
+!ProtocolAdaptor ignoredMethodsFor:'change notification'!
 
 notifyChange
     subjectSendsUpdates ifFalse:[
@@ -219,6 +219,14 @@
     ]
 ! !
 
+!ProtocolAdaptor methodsFor:'change notification'!
+
+changed:aspect
+    subjectSendsUpdates ifFalse:[
+	super changed:aspect
+    ]
+! !
+
 !ProtocolAdaptor methodsFor:'initialization'!
 
 initialize