diff options
author | Chris Toshok <toshok@ximian.com> | 2004-04-23 16:37:18 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-04-23 16:37:18 +0800 |
commit | 29ae6d264900df2697d04db94abbca356e6216f1 (patch) | |
tree | 4380f3772f8af0b703dfd8f773fbedf9487f89f8 /addressbook/ChangeLog | |
parent | 38ca34ead33e7509c801d108c01a4491702826b5 (diff) | |
download | gsoc2013-evolution-29ae6d264900df2697d04db94abbca356e6216f1.tar gsoc2013-evolution-29ae6d264900df2697d04db94abbca356e6216f1.tar.gz gsoc2013-evolution-29ae6d264900df2697d04db94abbca356e6216f1.tar.bz2 gsoc2013-evolution-29ae6d264900df2697d04db94abbca356e6216f1.tar.lz gsoc2013-evolution-29ae6d264900df2697d04db94abbca356e6216f1.tar.xz gsoc2013-evolution-29ae6d264900df2697d04db94abbca356e6216f1.tar.zst gsoc2013-evolution-29ae6d264900df2697d04db94abbca356e6216f1.zip |
this signal takes an EContact* too. (modified_cb): same. (deleted_cb):
2004-04-23 Chris Toshok <toshok@ximian.com>
* gui/widgets/eab-gui-util.c (added_cb): this signal takes an
EContact* too.
(modified_cb): same.
(deleted_cb): same.
(eab_error_dialog): pad the table of status messages out with the
new status codes, and don't specify gui text for messages that
aren't generated by the backends. This fixes the "U" error
messages people were seeing.
svn path=/trunk/; revision=25598
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6b9389ef33..3f0a7de6c3 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +2004-04-23 Chris Toshok <toshok@ximian.com> + + * gui/widgets/eab-gui-util.c (added_cb): this signal takes an + EContact* too. + (modified_cb): same. + (deleted_cb): same. + (eab_error_dialog): pad the table of status messages out with the + new status codes, and don't specify gui text for messages that + aren't generated by the backends. This fixes the "U" error + messages people were seeing. + 2004-04-22 Hans Petter Jansson <hpj@ximian.com> * gui/contact-editor/contact-editor.glade: Correct the dialog's title. |