summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-09-10 22:28:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-09-10 22:28:29 (GMT)
commit0902bd2c0319f711d210e0c1d6989802b37913a0 (patch)
treee2daa69751979587e1c96c34815a5d5a2f3493fb /ChangeLog
parent9491535e9445a9122ebddcfca18612dce2a12c51 (diff)
downloadtk-0902bd2c0319f711d210e0c1d6989802b37913a0.zip
tk-0902bd2c0319f711d210e0c1d6989802b37913a0.tar.gz
tk-0902bd2c0319f711d210e0c1d6989802b37913a0.tar.bz2
More state resetting on dialog start. [Bug 845189]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab7ad73..1750472 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]