diff options
author | Not Zed <NotZed@Ximian.com> | 2003-03-10 14:40:18 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-03-10 14:40:18 +0800 |
commit | 286b4ee4849831ed3880ae19d74710f0f43753c8 (patch) | |
tree | 79332a95d147f26d7b62e97bb739d3bffce0740f /addressbook/gui | |
parent | 63a340aa632110022e3974d2f342221f50e9851b (diff) | |
download | gsoc2013-evolution-286b4ee4849831ed3880ae19d74710f0f43753c8.tar.gz 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
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-util.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |