diff options
author | Chris Toshok <toshok@ximian.com> | 2003-01-10 09:38:32 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-01-10 09:38:32 +0800 |
commit | 50a352b3670e6b8e8d29a9559d2442fcf0b62c5e (patch) | |
tree | 0521754c1b2b75b958244ee930514fcc94791594 /addressbook/ChangeLog | |
parent | fd67bd851b0a590aff334faf1889a5c0804f869a (diff) | |
download | gsoc2013-evolution-50a352b3670e6b8e8d29a9559d2442fcf0b62c5e.tar gsoc2013-evolution-50a352b3670e6b8e8d29a9559d2442fcf0b62c5e.tar.gz gsoc2013-evolution-50a352b3670e6b8e8d29a9559d2442fcf0b62c5e.tar.bz2 gsoc2013-evolution-50a352b3670e6b8e8d29a9559d2442fcf0b62c5e.tar.lz gsoc2013-evolution-50a352b3670e6b8e8d29a9559d2442fcf0b62c5e.tar.xz gsoc2013-evolution-50a352b3670e6b8e8d29a9559d2442fcf0b62c5e.tar.zst gsoc2013-evolution-50a352b3670e6b8e8d29a9559d2442fcf0b62c5e.zip |
deal with backends that might not have loaded successfully (they'll have a
2003-01-09 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-book-factory.c (backend_last_client_gone_cb):
deal with backends that might not have loaded successfully
(they'll have a NULL uri).
svn path=/trunk/; revision=19385
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 49f1a59978..8dacf693d9 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,11 @@ 2003-01-09 Chris Toshok <toshok@ximian.com> + * backend/pas/pas-book-factory.c (backend_last_client_gone_cb): + deal with backends that might not have loaded successfully + (they'll have a NULL uri). + +2003-01-09 Chris Toshok <toshok@ximian.com> + * gui/component/select-names/e-select-names-bonobo.c (e_select_names_bonobo_new): call e_select_names_bonobo_construct on the newly created object. |