From b64f547cdd71098035e9b055ee7f0ec4de2b9e1c Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 19 Dec 2001 15:16:32 +0000 Subject: go slow and clear the map if the last uri and the current uri do not match 2001-12-18 JP Rosevear * conduit/address-conduit.c (check_for_slow_setting): go slow and clear the map if the last uri and the current uri do not match (post_sync): save the last uri * conduits/address-conduit-config.h: handle a last uri config option 2001-12-18 Chris Toshok * gui/component/addressbook.c (addressbook_default_book_open): change this to match its e-book counterpart, and only failover to the local addressbook if the protocol wasn't supported. that way errors like "failure to connect" are still reported to the user. * backend/ebook/e-book-util.h: add prototypes for e_book_load_default_book and e_book_get_config_database. * backend/ebook/e-book-util.c (e_book_default_book_open): new function, basically cut and paste addressbook_default_book_open from addressbook.c here. (e_book_load_default_book): cut and past addressbook_load_default_book here, pretty much, except leave off the auth stuff. (e_book_get_config_database): new function, returns the Bonobo_ConfigDatabase for e_book_load_default_book to use. * conduit/address-conduit.c (start_addressbook_server): use e_book_load_default_book here. svn path=/trunk/; revision=15178 --- addressbook/ChangeLog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 63aeffcfdd..370e4c0569 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,34 @@ +2001-12-18 JP Rosevear + + * conduit/address-conduit.c (check_for_slow_setting): go slow and + clear the map if the last uri and the current uri do not match + (post_sync): save the last uri + + * conduits/address-conduit-config.h: handle a last uri config + option + +2001-12-18 Chris Toshok + + * gui/component/addressbook.c (addressbook_default_book_open): + change this to match its e-book counterpart, and only failover to + the local addressbook if the protocol wasn't supported. that way + errors like "failure to connect" are still reported to the user. + + * backend/ebook/e-book-util.h: add prototypes for + e_book_load_default_book and e_book_get_config_database. + + * backend/ebook/e-book-util.c (e_book_default_book_open): new + function, basically cut and paste addressbook_default_book_open + from addressbook.c here. + (e_book_load_default_book): cut and past + addressbook_load_default_book here, pretty much, except leave off + the auth stuff. + (e_book_get_config_database): new function, returns the + Bonobo_ConfigDatabase for e_book_load_default_book to use. + + * conduit/address-conduit.c (start_addressbook_server): use + e_book_load_default_book here. + 2001-12-17 Chris Toshok [ fixes bug 17355 ] -- cgit v1.2.3