Index: openacs-4/packages/xowiki/tcl/tree-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/tree-procs.tcl,v diff -u -N -r1.10.2.2 -r1.10.2.3 --- openacs-4/packages/xowiki/tcl/tree-procs.tcl 13 Mar 2014 13:00:01 -0000 1.10.2.2 +++ openacs-4/packages/xowiki/tcl/tree-procs.tcl 29 Jan 2015 12:35:55 -0000 1.10.2.3 @@ -13,7 +13,7 @@ # This class manages the creation and rendering of the nodes of the # tree. It provides a name and id for rending in HTML. - Class Tree \ + Class create Tree \ -superclass ::xo::OrderedComposite \ -parameter { {name ""} @@ -128,7 +128,7 @@ # associated categorized items, which can be added via the method # "add_item". # - Class TreeNode -superclass Tree -parameter { + Class create TreeNode -superclass Tree -parameter { level label pos {open_requests 0} count {href ""} object owner li_id ul_id ul_class {prefix ""} {expanded false} {highlight false}