aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-05-16 14:11:25 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-16 14:11:25 +0800
commit7d39040af95cb2d921d125ed86ba9ab52292b13c (patch)
tree0aa5e0fbd4a10c1038f89a5a7cd6f63aaaf8cc33 /addressbook
parent7b882d7d9fb3be955bda415388e95820b92422b6 (diff)
downloadgsoc2013-evolution-7d39040af95cb2d921d125ed86ba9ab52292b13c.tar
gsoc2013-evolution-7d39040af95cb2d921d125ed86ba9ab52292b13c.tar.gz
gsoc2013-evolution-7d39040af95cb2d921d125ed86ba9ab52292b13c.tar.bz2
gsoc2013-evolution-7d39040af95cb2d921d125ed86ba9ab52292b13c.tar.lz
gsoc2013-evolution-7d39040af95cb2d921d125ed86ba9ab52292b13c.tar.xz
gsoc2013-evolution-7d39040af95cb2d921d125ed86ba9ab52292b13c.tar.zst
gsoc2013-evolution-7d39040af95cb2d921d125ed86ba9ab52292b13c.zip
moved e-error to e-util
2005-05-16 Not Zed <NotZed@Ximian.com> * moved e-error to e-util svn path=/trunk/; revision=29362
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/gui/widgets/e-addressbook-view.c2
-rw-r--r--addressbook/gui/widgets/eab-gui-util.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c
index dd36b03ee2..7ca110adad 100644
--- a/addressbook/gui/widgets/e-addressbook-view.c
+++ b/addressbook/gui/widgets/e-addressbook-view.c
@@ -69,7 +69,7 @@
#endif
#include "eab-contact-merging.h"
-#include "widgets/misc/e-error.h"
+#include "e-util/e-error.h"
#include "e-contact-editor.h"
#include <gdk/gdkkeysyms.h>
diff --git a/addressbook/gui/widgets/eab-gui-util.c b/addressbook/gui/widgets/eab-gui-util.c
index 5fd8feb0d7..460168797e 100644
--- a/addressbook/gui/widgets/eab-gui-util.c
+++ b/addressbook/gui/widgets/eab-gui-util.c
@@ -31,7 +31,7 @@
#include "eab-gui-util.h"
#include "util/eab-book-util.h"
#include <libebook/e-destination.h>
-#include "widgets/misc/e-error.h"
+#include "e-util/e-error.h"
#include "widgets/misc/e-image-chooser.h"
#include <e-util/e-icon-factory.h>
#include "eab-contact-merging.h"