diff options
author | ericm <ericm> | 2000-10-19 01:05:01 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-10-19 01:05:01 (GMT) |
commit | f1d459cac2561928d3c8d66e71446c719e066002 (patch) | |
tree | cc41d0bb6d2548029073bf6abdddf4ef58d68044 /ChangeLog | |
parent | cb6ca58a8be8fa730d314ea08977a728f6a6fdf5 (diff) | |
download | tk-f1d459cac2561928d3c8d66e71446c719e066002.zip tk-f1d459cac2561928d3c8d66e71446c719e066002.tar.gz tk-f1d459cac2561928d3c8d66e71446c719e066002.tar.bz2 |
* library/tkfbox.tcl (OkCmd): Applied patch from [Bug: 6365],
which adds safety for directory names containing spaces or which
are non-lists.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2000-10-18 Eric Melski <ericm@ajubasolutions.com> + * library/tkfbox.tcl (OkCmd): Applied patch from [Bug: 6365], + which adds safety for directory names containing spaces or which + are non-lists. + * win/tkWinDialog.c (GetFileNameW, GetFileNameA, Tk_ChooseColorObjCmd, Tk_ChooseDirectoryObjCmd): Added error checking for the return value from the common dialog functions, so |