diff options
author | Chris Toshok <toshok@ximian.com> | 2004-03-23 02:25:10 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-03-23 02:25:10 +0800 |
commit | 506d497cd5ee622a19e3674678c75fe86bc5c34d (patch) | |
tree | f483bc0b83cec7ccedd6d58ea4618ddf0f972aef /addressbook/ChangeLog | |
parent | 892969d0d5ed5e5f4c9f7e1a99deadf515aed2ef (diff) | |
download | gsoc2013-evolution-506d497cd5ee622a19e3674678c75fe86bc5c34d.tar gsoc2013-evolution-506d497cd5ee622a19e3674678c75fe86bc5c34d.tar.gz gsoc2013-evolution-506d497cd5ee622a19e3674678c75fe86bc5c34d.tar.bz2 gsoc2013-evolution-506d497cd5ee622a19e3674678c75fe86bc5c34d.tar.lz gsoc2013-evolution-506d497cd5ee622a19e3674678c75fe86bc5c34d.tar.xz gsoc2013-evolution-506d497cd5ee622a19e3674678c75fe86bc5c34d.tar.zst gsoc2013-evolution-506d497cd5ee622a19e3674678c75fe86bc5c34d.zip |
[ fixes bug #53653, and a couple other instances ]
2004-03-22 Chris Toshok <toshok@ximian.com>
[ fixes bug #53653, and a couple other instances ]
* gui/widgets/eab-gui-util.c (file_exists): REJECT -> CANCEL, so
esc works (patch from Pratik V. Parikh <pratikvp@despammed.com>)
(save_it): REJECT -> CANCEL.
(eab_select_source): same.
svn path=/trunk/; revision=25146
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 31baa3aacf..27e23fed75 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2004-03-22 Chris Toshok <toshok@ximian.com> + + [ fixes bug #53653, and a couple other instances ] + + * gui/widgets/eab-gui-util.c (file_exists): REJECT -> CANCEL, so + esc works (patch from Pratik V. Parikh <pratikvp@despammed.com>) + (save_it): REJECT -> CANCEL. + (eab_select_source): same. + 2004-03-17 Hans Petter Jansson <hpj@ximian.com> Fixes #53625. |