Index: openacs-4/packages/xotcl-core/tcl/20-Ordered-Composite-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/20-Ordered-Composite-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/xotcl-core/tcl/20-Ordered-Composite-procs.tcl 12 Dec 2006 09:32:15 -0000 1.7 +++ openacs-4/packages/xotcl-core/tcl/20-Ordered-Composite-procs.tcl 2 Jan 2007 14:50:39 -0000 1.8 @@ -63,7 +63,7 @@ #my log "--W destroying children [my set __children]" foreach c [my set __children] { $c destroy } } - #show_stack;my log "-- children murdered, now next, chlds=[my info children]" + #show_stack;my log "--W children murdered, now next, chlds=[my info children]" namespace eval [self] {namespace forget *} ;# for pre 1.4.0 versions next }