summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm@noemail.net>2000-10-19 00:56:23 (GMT)
committerericm <ericm@noemail.net>2000-10-19 00:56:23 (GMT)
commit9bb5e218b955f228f62a9c1ef822b75b140a7aee (patch)
treea7200f629718a6d26332217ad9406ff420c3a25c /ChangeLog
parent6b15f508000c0e1ea25db585725cca8bcb4cb67c (diff)
downloadtk-9bb5e218b955f228f62a9c1ef822b75b140a7aee.zip
tk-9bb5e218b955f228f62a9c1ef822b75b140a7aee.tar.gz
tk-9bb5e218b955f228f62a9c1ef822b75b140a7aee.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]. FossilOrigin-Name: 6225f80f3c978c4dc27def9c4ebf00bc4b3c3955
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