summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-02-10 15:51:52 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-02-10 15:51:52 (GMT)
commit751529e39515a7968bd597326de78c0f9f220f44 (patch)
tree1ec58abec3ff63bfe641b72ede5295e7d902a279 /ChangeLog
parentb4f5df095c7b84b7aa277daf88a07e38f6e03abc (diff)
downloadtk-751529e39515a7968bd597326de78c0f9f220f44.zip
tk-751529e39515a7968bd597326de78c0f9f220f44.tar.gz
tk-751529e39515a7968bd597326de78c0f9f220f44.tar.bz2
* win/tkWinDialog.c (GetFileNameW): Ensure that we do not convert a
result list to a string inadvertently, as this causes problems with Tkinter's handling of multiple filename results. Issue was reported via StackOverflow: http://stackoverflow.com/q/9227859/301832
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3673abf..49fffe4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-02-10 Donal K. Fellows <dkf@users.sf.net>
+
+ * win/tkWinDialog.c (GetFileNameW): Ensure that we do not convert a
+ result list to a string inadvertently, as this causes problems with
+ Tkinter's handling of multiple filename results. Issue was reported
+ via StackOverflow: http://stackoverflow.com/q/9227859/301832
+
2012-01-29 Jan Nijtmans <nijtmans@users.sf.net>
* win/tkImgPhoto.c: [Bug 3480634]: PNG Images missing in menus on Mac