summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-10-30 22:29:40 (GMT)
committerhobbs <hobbs>2007-10-30 22:29:40 (GMT)
commit267146b4985c6b6dfedbfa2373ec57a92b6307e5 (patch)
treebde203ae0667c1582b265bcd484caf3422fae2da /ChangeLog
parentf9705d9d3162582585108a3e60dc8164e5e73d74 (diff)
downloadtk-267146b4985c6b6dfedbfa2373ec57a92b6307e5.zip
tk-267146b4985c6b6dfedbfa2373ec57a92b6307e5.tar.gz
tk-267146b4985c6b6dfedbfa2373ec57a92b6307e5.tar.bz2
* library/choosedir.tcl: only enable OK button when valid in
conjunction with -mustexist. [Bug 1550528]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc2fd75..5f62abf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-10-30 Jeff Hobbs <jeffh@ActiveState.com>
+ * library/choosedir.tcl: only enable OK button when valid in
+ conjunction with -mustexist. [Bug 1550528]
+
* library/listbox.tcl (::tk::ListboxBeginSelect): ignore
-takefocus when considering focus on <1>, it is for tab focus.