aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-05-16 14:11:11 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-16 14:11:11 +0800
commit7b882d7d9fb3be955bda415388e95820b92422b6 (patch)
tree1f153ac4448d18c2a41fe50833ed65155e6bfcfc /addressbook/gui/contact-editor
parent68400be65ee2da2a7bcad35f306ba2846936e826 (diff)
downloadgsoc2013-evolution-7b882d7d9fb3be955bda415388e95820b92422b6.tar
gsoc2013-evolution-7b882d7d9fb3be955bda415388e95820b92422b6.tar.gz
gsoc2013-evolution-7b882d7d9fb3be955bda415388e95820b92422b6.tar.bz2
gsoc2013-evolution-7b882d7d9fb3be955bda415388e95820b92422b6.tar.lz
gsoc2013-evolution-7b882d7d9fb3be955bda415388e95820b92422b6.tar.xz
gsoc2013-evolution-7b882d7d9fb3be955bda415388e95820b92422b6.tar.zst
gsoc2013-evolution-7b882d7d9fb3be955bda415388e95820b92422b6.zip
moved e-error to e-util
2005-05-16 Not Zed <NotZed@Ximian.com> * moved e-error to e-util * Makefile.am: renamed error xml file & u18n stuff. svn path=/trunk/; revision=29361
Diffstat (limited to 'addressbook/gui/contact-editor')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 2cd7984337..c798267789 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -54,7 +54,7 @@
#include "addressbook/printing/e-contact-print-envelope.h"
#include "addressbook/gui/widgets/eab-gui-util.h"
#include "e-util/e-gui-utils.h"
-#include "widgets/misc/e-error.h"
+#include "e-util/e-error.h"
#include "widgets/misc/e-dateedit.h"
#include "widgets/misc/e-image-chooser.h"
#include "widgets/misc/e-url-entry.h"