Make a patch using diff -uw and submit it to the patch tracker.Since I am not familiar with the patch tracker, below is the plain-text version.Please also see attached file if this list also accepts attachments like gem-devdoes. The fix is rather simple and should be straightforward to understand.P.S. This is a patch applied against a freshly updated CVS checkout.Many thanks!Best wishes,Ico--- u_main.tk 2007-02-20 22:20:41.000000000 -0500+++ u_main.tk.new 2007-02-18 18:37:09.000000000 -0500@@ -435,7 +435,7 @@# check for [file readable]?if { [info tclversion] >= 8.5 } {# requires Tcl 8.5 but probably deals with special chars better-# destroy {expand}[lrange [winfo children $base] [expr {2 * $count}] end]+ destroy {expand}[lrange [winfo children $base] [expr {2 * $count}] end]} else {if { [catch { eval destroy [lrange [winfo children $base] \[expr { 2 * $count }] end] } \<u_main.tk.patch>
Computer science is no more related to the computer than astronomy is related to the telescope. -Edsger Dykstra