diff options
author | hobbs <hobbs> | 2004-07-22 22:24:30 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-07-22 22:24:30 (GMT) |
commit | fe9de6f9cc17da6f1db46b76f37bdd8ecba7bc7e (patch) | |
tree | 0e97c4706f49976a93f21b6711a942580d27695b /ChangeLog | |
parent | 21807d88352367f4e822a52221e96ac1b7a9d48c (diff) | |
download | tk-fe9de6f9cc17da6f1db46b76f37bdd8ecba7bc7e.zip tk-fe9de6f9cc17da6f1db46b76f37bdd8ecba7bc7e.tar.gz tk-fe9de6f9cc17da6f1db46b76f37bdd8ecba7bc7e.tar.bz2 |
* library/tkfbox.tcl (::tk::dialog::file::Update): use -directory
[pwd] (instead of .) to get around some VFS edge case bugs.
Use [bind $w], not [$w configure] to modify bindings.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-07-22 Jeff Hobbs <jeffh@ActiveState.com> + + * library/tkfbox.tcl (::tk::dialog::file::Update): use -directory + [pwd] (instead of .) to get around some VFS edge case bugs. + Use [bind $w], not [$w configure] to modify bindings. + 2004-07-20 Jim Ingham <jingham@apple.com> * generic/tkEvent.c (TkQueueEventForAllChildren): Don't queue |