From 286b4ee4849831ed3880ae19d74710f0f43753c8 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 10 Mar 2003 06:40:18 +0000 Subject: re-enable in build, include e-destination.h. For #39256. 2003-03-11 Not Zed * gui/widgets/e-addressbook-util.c (e_addressbook_send_card_list): re-enable in build, include e-destination.h. For #39256. svn path=/trunk/; revision=20229 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/widgets/e-addressbook-util.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 97b7ecd762..d00ccf532d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2003-03-11 Not Zed + + * gui/widgets/e-addressbook-util.c (e_addressbook_send_card_list): + re-enable in build, include e-destination.h. For #39256. + 2003-03-06 Ettore Perazzoli * backend/ebook/load-pine-addressbook.c (ebook_create): Likewise. diff --git a/addressbook/gui/widgets/e-addressbook-util.c b/addressbook/gui/widgets/e-addressbook-util.c index 30b50d81f3..ff1b3cd837 100644 --- a/addressbook/gui/widgets/e-addressbook-util.c +++ b/addressbook/gui/widgets/e-addressbook-util.c @@ -21,6 +21,7 @@ #include #include "e-addressbook-util.h" +#include "ebook/e-destination.h" #include @@ -370,7 +371,6 @@ e_addressbook_transfer_cards (EBook *source, GList *cards /* adopted */, gboolea void e_addressbook_send_card_list (GList *cards, EAddressbookDisposition disposition) { -#if PENDING_PORT_WORK GNOME_Evolution_Composer composer_server; CORBA_Environment ev; @@ -617,7 +617,6 @@ e_addressbook_send_card_list (GList *cards, EAddressbookDisposition disposition) } CORBA_exception_free (&ev); -#endif } void -- cgit