aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-04-11 00:30:59 +0800
committerChris Toshok <toshok@src.gnome.org>2004-04-11 00:30:59 +0800
commitf556de209eb4261f46fb32ab89098693193b0f46 (patch)
tree18684d39c59470fd1fc47651e7c39e7865e797f7 /addressbook
parentf2ae2e08cae48e4fe75d834713278bace3208600 (diff)
downloadgsoc2013-evolution-f556de209eb4261f46fb32ab89098693193b0f46.tar
gsoc2013-evolution-f556de209eb4261f46fb32ab89098693193b0f46.tar.gz
gsoc2013-evolution-f556de209eb4261f46fb32ab89098693193b0f46.tar.bz2
gsoc2013-evolution-f556de209eb4261f46fb32ab89098693193b0f46.tar.lz
gsoc2013-evolution-f556de209eb4261f46fb32ab89098693193b0f46.tar.xz
gsoc2013-evolution-f556de209eb4261f46fb32ab89098693193b0f46.tar.zst
gsoc2013-evolution-f556de209eb4261f46fb32ab89098693193b0f46.zip
remove the e_destination_get_book api, since the function doesn't exist.
2004-04-10 Chris Toshok <toshok@ximian.com> * util/e-destination.h: remove the e_destination_get_book api, since the function doesn't exist. svn path=/trunk/; revision=25408
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/util/e-destination.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 7c7d2d4df2..b3390ffbe7 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-10 Chris Toshok <toshok@ximian.com>
+
+ * util/e-destination.h: remove the e_destination_get_book api,
+ since the function doesn't exist.
+
2004-04-09 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook-migrate.c (addressbook_migrate): bump
diff --git a/addressbook/util/e-destination.h b/addressbook/util/e-destination.h
index 024d296faf..8035f747b6 100644
--- a/addressbook/util/e-destination.h
+++ b/addressbook/util/e-destination.h
@@ -77,7 +77,6 @@ void e_destination_set_contact (EDestination *, EContact *conta
void e_destination_set_contact_uid (EDestination *dest, const char *uid, gint email_num);
void e_destination_set_book (EDestination *, EBook *book);
EContact *e_destination_get_contact (const EDestination *);
-EBook *e_destination_get_book (const EDestination *);
const char *e_destination_get_source_uid (const EDestination *);
const char *e_destination_get_contact_uid (const EDestination *);
int e_destination_get_email_num (const EDestination *);