Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26322
Modified Files: Tag: desiredata desire.tk Log Message: debug is not the default
Index: desire.tk =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/desire.tk,v retrieving revision 1.1.2.600.2.198 retrieving revision 1.1.2.600.2.199 diff -C2 -d -r1.1.2.600.2.198 -r1.1.2.600.2.199 *** desire.tk 30 Jun 2007 19:08:07 -0000 1.1.2.600.2.198 --- desire.tk 30 Jun 2007 19:20:08 -0000 1.1.2.600.2.199 *************** *** 31,35 **** # this command rebuilds the package index: echo pkg_mkIndex . | tclsh
! set debug 1
if {[catch {winfo children .}]} {set tk 0} {set tk 1} --- 31,35 ---- # this command rebuilds the package index: echo pkg_mkIndex . | tclsh
! set debug 0 ;# DON'T TOUCH THIS, make yourself a debug.tcl instead!
if {[catch {winfo children .}]} {set tk 0} {set tk 1}