Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16035
Modified Files: Tag: devel_0_39 desire.tk Log Message: oops, left a type in the last commit...:/
Index: desire.tk =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v retrieving revision 1.1.2.295 retrieving revision 1.1.2.296 diff -C2 -d -r1.1.2.295 -r1.1.2.296 *** desire.tk 7 Aug 2006 21:42:23 -0000 1.1.2.295 --- desire.tk 7 Aug 2006 21:49:26 -0000 1.1.2.296 *************** *** 2271,2275 **** $c create line [expr ($x1+$x2)/2] [expr ($y1+$y2)/2] $x $y -dash {4 4 4 4} -tags lnew -fill [look wiredash] set @wire_from [list $obj1 $outlet] ! if {![llength $@shift_wires]} {set @shift_wires $@wire_from; puts "store::::: $@shift_wires"}s set @action wire } --- 2271,2275 ---- $c create line [expr ($x1+$x2)/2] [expr ($y1+$y2)/2] $x $y -dash {4 4 4 4} -tags lnew -fill [look wiredash] set @wire_from [list $obj1 $outlet] ! if {![llength $@shift_wires]} {set @shift_wires $@wire_from; puts "store::::: $@shift_wires"} set @action wire }