diff options
author | ericm <ericm@noemail.net> | 2000-10-19 00:56:23 (GMT) |
---|---|---|
committer | ericm <ericm@noemail.net> | 2000-10-19 00:56:23 (GMT) |
commit | 9bb5e218b955f228f62a9c1ef822b75b140a7aee (patch) | |
tree | a7200f629718a6d26332217ad9406ff420c3a25c /ChangeLog | |
parent | 6b15f508000c0e1ea25db585725cca8bcb4cb67c (diff) | |
download | tk-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |