From 934ad3b159ee6663ad243aed0df7089f8d8de483 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 14 Aug 2001 05:56:12 +0000 Subject: Call e_card_set_book here. 2001-08-14 Christopher James Lahey * backend/ebook/e-book-view.c (add_book_iterator): Call e_card_set_book here. * backend/ebook/e-book.c (e_book_do_response_get_vcard): Call e_card_set_book here. * backend/ebook/e-card.c, backend/ebook/e-card.h: Pulled out the part where the uri is made part of the uid. Made uri a separate field. * backend/ebook/e-destination.c, backend/ebook/e-destination.h: Change this to use ECard's split uids and uris. svn path=/trunk/; revision=11991 --- addressbook/backend/ebook/e-book.c | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/backend/ebook/e-book.c') diff --git a/addressbook/backend/ebook/e-book.c b/addressbook/backend/ebook/e-book.c index 1d5baf33a3..a9b186b375 100644 --- a/addressbook/backend/ebook/e-book.c +++ b/addressbook/backend/ebook/e-book.c @@ -221,6 +221,7 @@ e_book_do_response_get_vcard (EBook *book, card = e_card_new(resp->vcard); if (card != NULL) { + e_card_set_book (card, book); if (op->cb) { if (op->active) ((EBookCardCallback) op->cb) (book, resp->status, card, op->closure); -- cgit