aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-03-10 14:40:18 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-03-10 14:40:18 +0800
commit286b4ee4849831ed3880ae19d74710f0f43753c8 (patch)
tree79332a95d147f26d7b62e97bb739d3bffce0740f
parent63a340aa632110022e3974d2f342221f50e9851b (diff)
downloadgsoc2013-evolution-286b4ee4849831ed3880ae19d74710f0f43753c8.tar
gsoc2013-evolution-286b4ee4849831ed3880ae19d74710f0f43753c8.tar.gz
gsoc2013-evolution-286b4ee4849831ed3880ae19d74710f0f43753c8.tar.bz2
gsoc2013-evolution-286b4ee4849831ed3880ae19d74710f0f43753c8.tar.lz
gsoc2013-evolution-286b4ee4849831ed3880ae19d74710f0f43753c8.tar.xz
gsoc2013-evolution-286b4ee4849831ed3880ae19d74710f0f43753c8.tar.zst
gsoc2013-evolution-286b4ee4849831ed3880ae19d74710f0f43753c8.zip
re-enable in build, include e-destination.h. For #39256.
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. svn path=/trunk/; revision=20229
-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