diff options
author | Chris Toshok <toshok@ximian.com> | 2002-05-21 05:56:58 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-05-21 05:56:58 +0800 |
commit | 9b2e9f2b20d848c3bb884f3d7203d1eef72ca8c9 (patch) | |
tree | bbc38d1377e005a67ed2ab902883049f9967490f /addressbook/ChangeLog | |
parent | 4939e31d9370d63e673824100c2b62f74a7d2324 (diff) | |
download | gsoc2013-evolution-9b2e9f2b20d848c3bb884f3d7203d1eef72ca8c9.tar gsoc2013-evolution-9b2e9f2b20d848c3bb884f3d7203d1eef72ca8c9.tar.gz gsoc2013-evolution-9b2e9f2b20d848c3bb884f3d7203d1eef72ca8c9.tar.bz2 gsoc2013-evolution-9b2e9f2b20d848c3bb884f3d7203d1eef72ca8c9.tar.lz gsoc2013-evolution-9b2e9f2b20d848c3bb884f3d7203d1eef72ca8c9.tar.xz gsoc2013-evolution-9b2e9f2b20d848c3bb884f3d7203d1eef72ca8c9.tar.zst gsoc2013-evolution-9b2e9f2b20d848c3bb884f3d7203d1eef72ca8c9.zip |
make sure we map status -> string correctly (add missing strings).
2002-05-17 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-addressbook-util.c (e_addressbook_error_dialog):
make sure we map status -> string correctly (add missing strings).
* backend/ebook/e-book-types.h (EBookStatus): add the missing
AUTHENTICATION_REQUIRED status code, to map to the idl response.
* backend/ebook/e-book-listener.c
(e_book_listener_convert_status): make sure we map all idl status
codes to EBookStatus statuses.
svn path=/trunk/; revision=16958
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2cb1d58305..fc4c953f7d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2002-05-17 Chris Toshok <toshok@ximian.com> + + * gui/widgets/e-addressbook-util.c (e_addressbook_error_dialog): + make sure we map status -> string correctly (add missing strings). + + * backend/ebook/e-book-types.h (EBookStatus): add the missing + AUTHENTICATION_REQUIRED status code, to map to the idl response. + + * backend/ebook/e-book-listener.c + (e_book_listener_convert_status): make sure we map all idl status + codes to EBookStatus statuses. + 2002-05-20 Ettore Perazzoli <ettore@ximian.com> * gui/component/addressbook-storage.c (load_source_data): Pass |