[PD-cvs] pd/src desire.tk,1.1.2.182,1.1.2.183

Mathieu Bouchard matju at users.sourceforge.net
Sat Apr 22 19:08:44 CEST 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2389

Modified Files:
      Tag: devel_0_39
	desire.tk 
Log Message:
fixed?


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.182
retrieving revision 1.1.2.183
diff -C2 -d -r1.1.2.182 -r1.1.2.183
*** desire.tk	22 Apr 2006 17:01:03 -0000	1.1.2.182
--- desire.tk	22 Apr 2006 17:08:42 -0000	1.1.2.183
***************
*** 3418,3422 ****
  		pack $f.label_set -side top -fill x
  		# need to sort this out.......
! 		bind $f.label_set <1> {tk_popup .server [expr %X - 100] %Y}
  		
  	    }
--- 3418,3422 ----
  		pack $f.label_set -side top -fill x
  		# need to sort this out.......
! 		bind $f.label_set <1> "tk_popup .$which \[expr %X - 100\] %Y"
  		
  	    }





More information about the Pd-cvs mailing list