change #isMemberOf: to #isKindOf:ActionButtonSpec
authorca
Wed, 28 Jan 1998 15:15:03 +0100
changeset 501 16d87a6511d4
parent 500 c18c7621f8e9
child 502 624dc714fd69
change #isMemberOf: to #isKindOf:ActionButtonSpec when generating actions or aspects
UIPainterView.st
--- a/UIPainterView.st	Wed Jan 28 15:05:27 1998 +0100
+++ b/UIPainterView.st	Wed Jan 28 15:15:03 1998 +0100
@@ -611,7 +611,7 @@
                     ].
                     skip ifFalse:[
                         "/ kludge ..
-                        (protoSpec isMemberOf:ActionButtonSpec) ifTrue:[
+                        (protoSpec isKindOf:ActionButtonSpec) ifTrue:[
                             thisCode := (self generateActionMethodFor:modelSelector spec:protoSpec inClass:cls).
                         ] ifFalse:[
                             thisCode := (self generateAspectMethodFor:modelSelector spec:protoSpec inClass:cls).