[PD-cvs] pd/src desire.tk,1.1.2.60,1.1.2.61

Mathieu Bouchard matju at users.sourceforge.net
Fri Sep 16 23:04:38 CEST 2005


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

Modified Files:
      Tag: devel_0_39
	desire.tk 
Log Message:
object created server-side now appears


Index: desire.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v
retrieving revision 1.1.2.60
retrieving revision 1.1.2.61
diff -C2 -d -r1.1.2.60 -r1.1.2.61
*** desire.tk	15 Sep 2005 19:21:04 -0000	1.1.2.60
--- desire.tk	16 Sep 2005 21:04:36 -0000	1.1.2.61
***************
*** 2023,2026 ****
--- 2023,2035 ----
  	set class [lindex $d $i]
  	switch -- $class { obj { set i 4; set class [lindex $d $i] }}
+ 	if {![info exists _($x:_class)]} {
+ 		if {[info exists classinfo($class)]} {
+ 			set _($x:_class) $classinfo($class)
+ 		} {
+ 			set _($x:_class) objectbox
+ 		}
+ 		# hack
+ 		objectbox_init $x
+ 	}
  	if {![info exists fields($class)]} {set class obj}
  	#puts "${class} $x = $d"





More information about the Pd-cvs mailing list