summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-02-10 15:54:25 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-02-10 15:54:25 (GMT)
commitda13c5e294143c51bdee3d5d9f42c72b1843dc51 (patch)
tree831dac83c71f933f472362ac8526296f540174b3 /ChangeLog
parentaf35ce6a64f4b7491095ba1201ec2cb8759b27b9 (diff)
parent751529e39515a7968bd597326de78c0f9f220f44 (diff)
downloadtk-da13c5e294143c51bdee3d5d9f42c72b1843dc51.zip
tk-da13c5e294143c51bdee3d5d9f42c72b1843dc51.tar.gz
tk-da13c5e294143c51bdee3d5d9f42c72b1843dc51.tar.bz2
* win/tkWinDialog.c (GetFileName): 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 fd1f1c6..8233212 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-02-10 Donal K. Fellows <dkf@users.sf.net>
+
+ * win/tkWinDialog.c (GetFileName): 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