summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-10-19 00:56:24 (GMT)
committerericm <ericm>2000-10-19 00:56:24 (GMT)
commitcb6ca58a8be8fa730d314ea08977a728f6a6fdf5 (patch)
treea7200f629718a6d26332217ad9406ff420c3a25c /ChangeLog
parentcf232785ce80073052aa5a13c154a4707343da30 (diff)
downloadtk-cb6ca58a8be8fa730d314ea08977a728f6a6fdf5.zip
tk-cb6ca58a8be8fa730d314ea08977a728f6a6fdf5.tar.gz
tk-cb6ca58a8be8fa730d314ea08977a728f6a6fdf5.tar.bz2
* win/tkWinDialog.c (GetFileNameW, GetFileNameA,
Tk_ChooseColorObjCmd, Tk_ChooseDirectoryObjCmd): Added error checking for the return value from the common dialog functions, so that the commands will not silently fail if the common dialog returns an error. [Bug: 6369].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e85728e..8bb2ac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-10-18 Eric Melski <ericm@ajubasolutions.com>
+
+ * win/tkWinDialog.c (GetFileNameW, GetFileNameA,
+ Tk_ChooseColorObjCmd, Tk_ChooseDirectoryObjCmd): Added error
+ checking for the return value from the common dialog functions, so
+ that the commands will not silently fail if the common dialog
+ returns an error. [Bug: 6369].
+
2000-10-10 Eric Melski <ericm@ajubasolutions.com>
* generic/tkConfig.c (Tk_InitOptions): Added