summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-10-19 01:05:01 (GMT)
committerericm <ericm>2000-10-19 01:05:01 (GMT)
commitf1d459cac2561928d3c8d66e71446c719e066002 (patch)
treecc41d0bb6d2548029073bf6abdddf4ef58d68044 /ChangeLog
parentcb6ca58a8be8fa730d314ea08977a728f6a6fdf5 (diff)
downloadtk-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bb2ac8..407cb93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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