diff options
author | hobbs <hobbs> | 2005-10-05 03:51:42 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-10-05 03:51:42 (GMT) |
commit | a956e44e843d8bedaeec0cf7e83bfc9a530ecee0 (patch) | |
tree | 47cfaeb900cc8c832682ff8591d33c6f098aa302 /ChangeLog | |
parent | dc15e989855b9081fcd9d2951c0fbed6103928c7 (diff) | |
download | tk-a956e44e843d8bedaeec0cf7e83bfc9a530ecee0.zip tk-a956e44e843d8bedaeec0cf7e83bfc9a530ecee0.tar.gz tk-a956e44e843d8bedaeec0cf7e83bfc9a530ecee0.tar.bz2 |
* win/tkWinDialog.c (ChooseDirectoryValidateProc): reset stored
path to "" if it doesn't exist and -mustexist is true. [Bug 1309218]
Remove old-style dir chooser (no longer used).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2005-10-04 Jeff Hobbs <jeffh@ActiveState.com> + * win/tkWinDialog.c (ChooseDirectoryValidateProc): reset stored + path to "" if it doesn't exist and -mustexist is true. [Bug 1309218] + Remove old-style dir chooser (no longer used). + * macosx/tkMacOSXInt.h: add MODULE_SCOPE definition check for extension writers that access private headers on OS X and don't define it in configure. |