aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-10-14 02:34:49 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-10-14 02:34:49 +0800
commitee79ced9e8dcf05d634da8037b19bf9273cffd7a (patch)
treed0348e5855404ea547696cac74b8756501b8a35e /addressbook/gui/widgets
parentf3f0f9d12cd119b9beaf9c2be9cdb3f84dafe6ec (diff)
downloadgsoc2013-evolution-ee79ced9e8dcf05d634da8037b19bf9273cffd7a.tar
gsoc2013-evolution-ee79ced9e8dcf05d634da8037b19bf9273cffd7a.tar.gz
gsoc2013-evolution-ee79ced9e8dcf05d634da8037b19bf9273cffd7a.tar.bz2
gsoc2013-evolution-ee79ced9e8dcf05d634da8037b19bf9273cffd7a.tar.lz
gsoc2013-evolution-ee79ced9e8dcf05d634da8037b19bf9273cffd7a.tar.xz
gsoc2013-evolution-ee79ced9e8dcf05d634da8037b19bf9273cffd7a.tar.zst
gsoc2013-evolution-ee79ced9e8dcf05d634da8037b19bf9273cffd7a.zip
find source selector and option menu in libedataserverui
2004-10-13 JP Rosevear <jpr@novell.com> * importers/evolution-vcard-importer.c: find source selector and option menu in libedataserverui * importers/evolution-ldif-importer.c: ditto * gui/widgets/eab-popup.c: ditto * gui/widgets/eab-gui-util.c: ditto * gui/contact-list-editor/e-contact-list-editor.c: ditto * gui/contact-editor/e-contact-editor.c: ditto * gui/component/select-names/e-select-names.h: ditto * gui/component/autocompletion-config.c: ditto * gui/component/addressbook-view.c: ditto svn path=/trunk/; revision=27568
Diffstat (limited to 'addressbook/gui/widgets')
-rw-r--r--addressbook/gui/widgets/eab-gui-util.c2
-rw-r--r--addressbook/gui/widgets/eab-popup.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c
index 7cd9c3521d..a1715c86fd 100644
--- a/addressbook/gui/widgets/eab-gui-util.c
+++ b/addressbook/gui/widgets/eab-gui-util.c
@@ -26,13 +26,13 @@
#include <errno.h>
#include <string.h>
+#include <libedataserverui/e-source-selector.h>
#include <gal/util/e-util.h>
#include "eab-gui-util.h"
#include "util/eab-book-util.h"
#include "util/e-destination.h"
#include "widgets/misc/e-error.h"
#include "widgets/misc/e-image-chooser.h"
-#include "widgets/misc/e-source-selector.h"
#include <e-util/e-icon-factory.h>
#include <gnome.h>
diff --git a/addressbook/gui/widgets/eab-popup.c b/addressbook/gui/widgets/eab-popup.c
index 92624cb4cd..79e9c2a57a 100644
--- a/addressbook/gui/widgets/eab-popup.c
+++ b/addressbook/gui/widgets/eab-popup.c
@@ -29,7 +29,7 @@
#include <glib.h>
#include "eab-popup.h"
-#include "widgets/misc/e-source-selector.h"
+#include <libedataserverui/e-source-selector.h>
#include <libebook/e-contact.h>
static GObjectClass *eabp_parent;