aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@novell.com>2004-12-09 14:12:56 +0800
committerHans Petter <hansp@src.gnome.org>2004-12-09 14:12:56 +0800
commit24ebfb0afcafef62d6dfd36b8bd6f022625ebfe2 (patch)
tree6164b3ac66dde77ab49e2176179654508b136fbd /calendar
parentf7e0e9ea971613aa8505567b153a090fd4fe5cad (diff)
downloadgsoc2013-evolution-24ebfb0afcafef62d6dfd36b8bd6f022625ebfe2.tar
gsoc2013-evolution-24ebfb0afcafef62d6dfd36b8bd6f022625ebfe2.tar.gz
gsoc2013-evolution-24ebfb0afcafef62d6dfd36b8bd6f022625ebfe2.tar.bz2
gsoc2013-evolution-24ebfb0afcafef62d6dfd36b8bd6f022625ebfe2.tar.lz
gsoc2013-evolution-24ebfb0afcafef62d6dfd36b8bd6f022625ebfe2.tar.xz
gsoc2013-evolution-24ebfb0afcafef62d6dfd36b8bd6f022625ebfe2.tar.zst
gsoc2013-evolution-24ebfb0afcafef62d6dfd36b8bd6f022625ebfe2.zip
addressbook/gui/component/addressbook-migrate.c
2004-12-08 Hans Petter Jansson <hpj@novell.com> * addressbook/gui/component/addressbook-migrate.c * addressbook/gui/component/select-names/e-select-names-completion.c * addressbook/gui/component/select-names/e-select-names-manager.c * addressbook/gui/component/select-names/e-select-names-model.h * addressbook/gui/contact-list-editor/e-contact-list-editor.h * addressbook/gui/contact-list-editor/e-contact-list-model.h * addressbook/gui/widgets/e-minicard.c * addressbook/gui/widgets/eab-gui-util.c * addressbook/importers/evolution-ldif-importer.c * addressbook/importers/evolution-vcard-importer.c: Include <libebook/e-destination.h> from evolution-data-server. * addressbook/util/Makefile.am: Remove e-destination.[ch] from here. * addressbook/util/e-destination.[ch]: Removed. * plugins/shared-folder/share-folder-common.c: Include <libebook/e-destination.h> from evolution-data-server. * calendar/gui/e-meeting-list-view.c * calendar/gui/e-select-names-editable.c * calendar/gui/dialogs/alarm-dialog.c * calendar/gui/dialogs/e-delegate-dialog.c: Include <libebook/e-destination.h> from evolution-data-server. * composer/e-msg-composer-hdrs.h: Include <libebook/e-destination.h> from evolution-data-server. * mail/importers/pine-importer.c: Include <libebook/e-destination.h> from evolution-data-server. svn path=/trunk/; revision=28094
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog8
-rw-r--r--calendar/gui/dialogs/alarm-dialog.c2
-rw-r--r--calendar/gui/dialogs/e-delegate-dialog.c2
-rw-r--r--calendar/gui/e-meeting-list-view.c2
-rw-r--r--calendar/gui/e-select-names-editable.c2
5 files changed, 12 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 309a2b6f1d..6de79506a4 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+2004-12-08 Hans Petter Jansson <hpj@novell.com>
+
+ * gui/e-meeting-list-view.c
+ * gui/e-select-names-editable.c
+ * gui/dialogs/alarm-dialog.c
+ * gui/dialogs/e-delegate-dialog.c: Include <libebook/e-destination.h>
+ from evolution-data-server.
+
2004-12-08 Harish Krishnaswamy <kharish@novell.com>
* gui/e-week.c (time_range_changed_cb, e_week_view_set_first_day_shown):
diff --git a/calendar/gui/dialogs/alarm-dialog.c b/calendar/gui/dialogs/alarm-dialog.c
index 6365009e14..de0469617b 100644
--- a/calendar/gui/dialogs/alarm-dialog.c
+++ b/calendar/gui/dialogs/alarm-dialog.c
@@ -51,7 +51,7 @@
#include <libecal/e-cal-time-util.h>
#include "e-util/e-dialog-widgets.h"
#include "e-util/e-icon-factory.h"
-#include <addressbook/util/e-destination.h>
+#include <libebook/e-destination.h>
#include "Evolution-Addressbook-SelectNames.h"
#include "../calendar-config.h"
#include "comp-editor-util.h"
diff --git a/calendar/gui/dialogs/e-delegate-dialog.c b/calendar/gui/dialogs/e-delegate-dialog.c
index 6ca0574a11..9fd15651dd 100644
--- a/calendar/gui/dialogs/e-delegate-dialog.c
+++ b/calendar/gui/dialogs/e-delegate-dialog.c
@@ -35,7 +35,7 @@
#include <libical/ical.h>
#include <glade/glade.h>
#include <widgets/misc/e-map.h>
-#include <addressbook/util/e-destination.h>
+#include <libebook/e-destination.h>
#include "Evolution-Addressbook-SelectNames.h"
#include "e-delegate-dialog.h"
diff --git a/calendar/gui/e-meeting-list-view.c b/calendar/gui/e-meeting-list-view.c
index a8f30f9bec..64e04baf4c 100644
--- a/calendar/gui/e-meeting-list-view.c
+++ b/calendar/gui/e-meeting-list-view.c
@@ -43,7 +43,7 @@
#include "calendar-config.h"
#include "e-meeting-list-view.h"
#include <misc/e-cell-renderer-combo.h>
-#include <addressbook/util/e-destination.h>
+#include <libebook/e-destination.h>
#include "e-select-names-renderer.h"
#define SELECT_NAMES_OAFID "OAFIID:GNOME_Evolution_Addressbook_SelectNames:" BASE_VERSION
diff --git a/calendar/gui/e-select-names-editable.c b/calendar/gui/e-select-names-editable.c
index a96cbb1c76..c195b8a55e 100644
--- a/calendar/gui/e-select-names-editable.c
+++ b/calendar/gui/e-select-names-editable.c
@@ -25,7 +25,7 @@
#include <gtk/gtkcelleditable.h>
#include <bonobo/bonobo-exception.h>
#include <bonobo/bonobo-widget.h>
-#include <addressbook/util/e-destination.h>
+#include <libebook/e-destination.h>
#include "e-select-names-editable.h"
#include "Evolution-Addressbook-SelectNames.h"