Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21855
Modified Files: Tag: desiredata desire.tk Log Message: fix dio
Index: desire.tk =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v retrieving revision 1.1.2.600.2.197 retrieving revision 1.1.2.600.2.198 diff -C2 -d -r1.1.2.600.2.197 -r1.1.2.600.2.198 *** desire.tk 30 Jun 2007 16:05:05 -0000 1.1.2.600.2.197 --- desire.tk 30 Jun 2007 19:08:07 -0000 1.1.2.600.2.198 *************** *** 798,803 ****
proc pdtk_pd_dio {red} { ! .controls.switches.dio configure -background red \ ! -activebackground [if {$red==1} {list red} {list lightgrey}] }
--- 798,802 ----
proc pdtk_pd_dio {red} { ! .controls.dio configure -background red -activebackground [if {$red==1} {list red} {list lightgrey}] }