aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/widgets/e-addressbook-util.c3
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 <NotZed@Ximian.com>
+
+ * 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 <ettore@ximian.com>
* 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 <config.h>
#include "e-addressbook-util.h"
+#include "ebook/e-destination.h"
#include <gnome.h>
@@ -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