From ef136722583253db74e82ba05829e01cae4827b5 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 31 Mar 2004 22:08:35 +0000 Subject: [PATCH] 2004-03-31 Martin Hunt * library/combobox.tcl (::combobox::Configure): Remove debug line. --- libgui/ChangeLog | 5 +++++ libgui/library/combobox.tcl | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libgui/ChangeLog b/libgui/ChangeLog index 700910cec4..2c54dc819d 100644 --- a/libgui/ChangeLog +++ b/libgui/ChangeLog @@ -1,3 +1,8 @@ +2004-03-31 Martin Hunt + + * library/combobox.tcl (::combobox::Configure): Remove + debug line. + 2003-12-02 Martin Hunt * library/combobox.tcl: Merge in latest changes diff --git a/libgui/library/combobox.tcl b/libgui/library/combobox.tcl index 0d6c42ad79..c9facf406d 100644 --- a/libgui/library/combobox.tcl +++ b/libgui/library/combobox.tcl @@ -1703,7 +1703,6 @@ proc ::combobox::Configure {w args} { } -state { - debug "newValue=$newValue" if {$newValue == "normal"} { set updateVisual 1 # it's enabled -- 2.11.0