Logged In: NO

A little test:
% package require Tk
8.4
% package require BLT
2.4
% blt::treeview .h
.h
% .h sort configure
{-command command Command {} {}} {-column column Column {}
{}} {-decreasing decreasing Decreasing no 0} {-mode mode
Mode dictionary dictionary}
% .h sort configure
{-command command Command Decreasing {}} {-column column
Column Decreasing Decreasing} {-decreasing decreasing
Decreasing no 0} {-mode mode Mode dictionary dict
ionary}
% .h sort configure
-> tclsh crashes without any error message (on WinXP prof. SP2)
As one can see, "sort configure" returns different values on
the 2 successive calls. There is a "Decreasing" added where
it must not be.