summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-09-10 22:31:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-09-10 22:31:09 (GMT)
commit7122cfafb388b7bbc3fa6d8f4d27ff51328d9fca (patch)
tree964de26dca060798970f47f4a819ba7d3785f3e4 /ChangeLog
parentc010c7e29d9be187e473c15114004bd79faabd82 (diff)
downloadtk-7122cfafb388b7bbc3fa6d8f4d27ff51328d9fca.zip
tk-7122cfafb388b7bbc3fa6d8f4d27ff51328d9fca.tar.gz
tk-7122cfafb388b7bbc3fa6d8f4d27ff51328d9fca.tar.bz2
Make sure the state is correctly reset on dialog startup. [Bug 845189]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f074c7..67364ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-09-10 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * library/tkfbox.tcl (::tk::dialog::file::): Make sure that the
+ state is reset properly when starting to run the dialog. [Bug 845189]
+
* library/demos/filebox.tcl: Stop the use of tk_strictMotif from
poisoning the rest of the widget demo. [Bug 1013942]