diff options
author | tmh <tmh> | 2008-08-25 17:22:40 (GMT) |
---|---|---|
committer | tmh <tmh> | 2008-08-25 17:22:40 (GMT) |
commit | b55a0f690d350f81196d43acef846c608640e6bd (patch) | |
tree | 0192f19aefc9430268a4a1e424c2094a003976a7 /ChangeLog | |
parent | 8e04a7f82f31ef347a39c58d53f4b3d3d52dc323 (diff) | |
download | tk-b55a0f690d350f81196d43acef846c608640e6bd.zip tk-b55a0f690d350f81196d43acef846c608640e6bd.tar.gz tk-b55a0f690d350f81196d43acef846c608640e6bd.tar.bz2 |
fix for bug tracker id 1936220 backported from tk8.6
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-08-25 Todd M. Helfter <tmh@users.sourceforge.net> + + The patch is associated with the bug tracker id: 1936220 + library/tkfbox.tcl : fix the multiple selection error for + tk_getOpenFile -multiple 1 which fails on all unix platforms since + the adoption of ttk widgets. + 2008-08-19 Joe English <jenglish@users.sourceforge.net> * generic/ttk/ttkScroll.c: Don't use sprintf "%g" to |