diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2012-02-29 20:11:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-03-03 22:02:33 +0800 |
commit | 14f82dde3448261b5b01fbf298b5c12a0e25d676 (patch) | |
tree | 05821eedd478db06953098fa64ba5139e7ea85be /addressbook | |
parent | ecb75f8ee985320e2b1f46974026b555076056e7 (diff) | |
download | gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar.gz gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.tar.zst gsoc2013-evolution-14f82dde3448261b5b01fbf298b5c12a0e25d676.zip |
Move EAlert* and e-xml-utils references from other part of the code to libevolution-utils.
Diffstat (limited to 'addressbook')
8 files changed, 8 insertions, 8 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 3189632d53..0022c4bb39 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -43,7 +43,7 @@ #include "addressbook/printing/e-contact-print.h" #include "addressbook/gui/widgets/eab-gui-util.h" #include "e-util/e-util.h" -#include "e-util/e-alert-dialog.h" +#include "libevolution-utils/e-alert-dialog.h" #include "misc/e-dateedit.h" #include "misc/e-image-chooser.h" #include "misc/e-url-entry.h" diff --git a/addressbook/gui/contact-editor/e-contact-quick-add.c b/addressbook/gui/contact-editor/e-contact-quick-add.c index 3ec9430040..7c303e7725 100644 --- a/addressbook/gui/contact-editor/e-contact-quick-add.c +++ b/addressbook/gui/contact-editor/e-contact-quick-add.c @@ -36,7 +36,7 @@ #include "e-contact-editor.h" #include "e-contact-quick-add.h" #include "eab-contact-merging.h" -#include "e-util/e-alert-dialog.h" +#include "libevolution-utils/e-alert-dialog.h" typedef struct _QuickAdd QuickAdd; struct _QuickAdd { diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c index 42099d1e05..3db6c4cca7 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c @@ -26,7 +26,7 @@ #include "e-contact-list-editor.h" #include <e-util/e-util-private.h> -#include <e-util/e-alert-dialog.h> +#include <libevolution-utils/e-alert-dialog.h> #include <e-util/e-selection.h> #include "shell/e-shell.h" diff --git a/addressbook/gui/contact-list-editor/e-contact-list-model.c b/addressbook/gui/contact-list-editor/e-contact-list-model.c index c81beeecbe..bba9681bf9 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-model.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-model.c @@ -26,7 +26,7 @@ #include <string.h> #include "e-contact-list-model.h" -#include "e-util/e-alert-dialog.h" +#include "libevolution-utils/e-alert-dialog.h" #include "shell/e-shell.h" #define E_CONTACT_LIST_MODEL_GET_PRIVATE(obj) \ diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index 1212cc60bd..50f50c9203 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -54,7 +54,7 @@ #include "e-addressbook-table-adapter.h" #include "eab-contact-merging.h" -#include "e-util/e-alert-dialog.h" +#include "libevolution-utils/e-alert-dialog.h" #include "e-util/e-util-private.h" #include <gdk/gdkkeysyms.h> diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c index 12c08d0b22..b1c8cdc898 100644 --- a/addressbook/gui/widgets/eab-gui-util.c +++ b/addressbook/gui/widgets/eab-gui-util.c @@ -41,7 +41,7 @@ #include <e-util/e-util.h> #include "eab-gui-util.h" #include "util/eab-book-util.h" -#include "e-util/e-alert-dialog.h" +#include "libevolution-utils/e-alert-dialog.h" #include "e-util/e-html-utils.h" #include "shell/e-shell.h" #include "misc/e-image-chooser.h" diff --git a/addressbook/gui/widgets/eab-gui-util.h b/addressbook/gui/widgets/eab-gui-util.h index 88a759b75b..7844094dcb 100644 --- a/addressbook/gui/widgets/eab-gui-util.h +++ b/addressbook/gui/widgets/eab-gui-util.h @@ -26,7 +26,7 @@ #include <gtk/gtk.h> #include <libebook/e-book-client.h> -#include "e-util/e-alert-sink.h" +#include "libevolution-utils/e-alert-sink.h" G_BEGIN_DECLS diff --git a/addressbook/gui/widgets/gal-view-minicard.c b/addressbook/gui/widgets/gal-view-minicard.c index 277866a20c..b74f4fb2fd 100644 --- a/addressbook/gui/widgets/gal-view-minicard.c +++ b/addressbook/gui/widgets/gal-view-minicard.c @@ -28,7 +28,7 @@ #endif #include <libxml/parser.h> -#include <e-util/e-xml-utils.h> +#include <libevolution-utils/e-xml-utils.h> #include <libedataserver/e-xml-utils.h> #include "gal-view-minicard.h" |