diff options
author | drh <drh@sqlite.org> | 2001-09-12 19:25:22 (GMT) |
---|---|---|
committer | drh <drh@sqlite.org> | 2001-09-12 19:25:22 (GMT) |
commit | 2cf8c1fffc481cceda268dcf1d929164b22cf99d (patch) | |
tree | 937644a822eb516f823afcfe63fd90061c85109e | |
parent | 2c0faa8ec285da5f121e78f155700fd1d6f53ecc (diff) | |
download | tk-2cf8c1fffc481cceda268dcf1d929164b22cf99d.zip tk-2cf8c1fffc481cceda268dcf1d929164b22cf99d.tar.gz tk-2cf8c1fffc481cceda268dcf1d929164b22cf99d.tar.bz2 |
Fix a problem in the Unix tk_getOpenFile dialog box. An error dialog box used
to appear when you would point the file browser box at an empty directory and
click on the canvas.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2001-09-12 D. Richard Hipp <drh@hwaci.com> + + * Fix a bug in library/tkxbox.tcl + 2001-09-10 Mo DeJong <mdejong@users.sourceforge.net> * unix/configure: |