[PD-cvs] pd/src desire.tk,1.1.2.600.2.51,1.1.2.600.2.52

chunlee chunlee at users.sourceforge.net
Sat Dec 9 17:12:43 CET 2006


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

Modified Files:
      Tag: desiredata
	desire.tk 
Log Message:
remove if {$c !=""} in TextBox init


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.600.2.51
retrieving revision 1.1.2.600.2.52
diff -C2 -d -r1.1.2.600.2.51 -r1.1.2.600.2.52
*** desire.tk	9 Dec 2006 15:44:47 -0000	1.1.2.600.2.51
--- desire.tk	9 Dec 2006 16:12:40 -0000	1.1.2.600.2.52
***************
*** 1967,1980 ****
  	set @x1 [lindex $mess 2]
  	set @y1 [lindex $mess 3]
- 	set @text [lrange $mess 4 end]
  	set textstr [join [lrange $mess 4 end]]
! 	set c [lindex $mess 4]
! 	if {$c != ""} {
! 		# what's this hack?
! 		# this hack is to remove the "\" in the text
! 		regsub -all {\\} $textstr "" text
! 	} else {
! 		set text ""
! 	}
  	set @text $text
  	set @longline 0
--- 1967,1974 ----
  	set @x1 [lindex $mess 2]
  	set @y1 [lindex $mess 3]
  	set textstr [join [lrange $mess 4 end]]
! 
! 	# this hack is to remove the "\" in the text
! 	regsub -all {\\} $textstr "" text
  	set @text $text
  	set @longline 0





More information about the Pd-cvs mailing list