[PD-cvs] pd/src desire.tk,1.1.2.600.2.158,1.1.2.600.2.159

chunlee chunlee at users.sourceforge.net
Tue Jan 9 18:11:23 CET 2007


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

Modified Files:
      Tag: desiredata
	desire.tk 
Log Message:
fix {\} in abstraction


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.158
retrieving revision 1.1.2.600.2.159
diff -C2 -d -r1.1.2.600.2.158 -r1.1.2.600.2.159
*** desire.tk	9 Jan 2007 15:21:14 -0000	1.1.2.600.2.158
--- desire.tk	9 Jan 2007 17:11:20 -0000	1.1.2.600.2.159
***************
*** 2106,2110 ****
  }
  
! def TextBox text= {text} {set @text $text}
  def TextBox text {} {return $@text}
  def TextBox filter_text {{for_edit 0}} {return $@text}
--- 2106,2110 ----
  }
  
! def TextBox text= {text} {set @text [$self remove_braces [join $text]]}
  def TextBox text {} {return $@text}
  def TextBox filter_text {{for_edit 0}} {return $@text}





More information about the Pd-cvs mailing list