Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12731
Modified Files: Tag: desiredata desire.tk Log Message: fix [pd] and gop instantiated with dash box
Index: desire.tk =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v retrieving revision 1.1.2.600.2.205 retrieving revision 1.1.2.600.2.206 diff -C2 -d -r1.1.2.600.2.205 -r1.1.2.600.2.206 *** desire.tk 7 Jul 2007 00:00:45 -0000 1.1.2.600.2.205 --- desire.tk 8 Jul 2007 12:57:55 -0000 1.1.2.600.2.206 *************** *** 5027,5030 **** --- 5027,5034 ---- $self noutlets= $noutlets if {[$self class] == "ObjectBox"} {$self valid= $valid} + if {[$self class] == "Canvas"} { + if {[$self subpatch]} {$self valid= $valid} + if {[$self gop]} {$self valid= $valid} + } $self changed }