diff options
author | Hans Petter Jansson <hpj@novell.com> | 2004-12-09 14:12:56 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-12-09 14:12:56 +0800 |
commit | 24ebfb0afcafef62d6dfd36b8bd6f022625ebfe2 (patch) | |
tree | 6164b3ac66dde77ab49e2176179654508b136fbd /addressbook/gui/widgets | |
parent | f7e0e9ea971613aa8505567b153a090fd4fe5cad (diff) | |
download | gsoc2013-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 'addressbook/gui/widgets')
-rw-r--r-- | addressbook/gui/widgets/e-minicard.c | 2 | ||||
-rw-r--r-- | addressbook/gui/widgets/eab-gui-util.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/widgets/e-minicard.c b/addressbook/gui/widgets/e-minicard.c index 8d1b1e2b8f..be827c89be 100644 --- a/addressbook/gui/widgets/e-minicard.c +++ b/addressbook/gui/widgets/e-minicard.c @@ -40,7 +40,7 @@ #include "e-minicard-view.h" #include "e-contact-editor.h" #include <e-util/e-icon-factory.h> -#include "util/e-destination.h" +#include <libebook/e-destination.h> static void e_minicard_init (EMinicard *card); static void e_minicard_class_init (EMinicardClass *klass); diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c index a88bd4cf82..b6b092c5b1 100644 --- a/addressbook/gui/widgets/eab-gui-util.c +++ b/addressbook/gui/widgets/eab-gui-util.c @@ -30,7 +30,7 @@ #include <gal/util/e-util.h> #include "eab-gui-util.h" #include "util/eab-book-util.h" -#include "util/e-destination.h" +#include <libebook/e-destination.h> #include "widgets/misc/e-error.h" #include "widgets/misc/e-image-chooser.h" #include <e-util/e-icon-factory.h> |