diff options
author | Not Zed <NotZed@Ximian.com> | 2005-05-16 14:11:11 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-16 14:11:11 +0800 |
commit | 7b882d7d9fb3be955bda415388e95820b92422b6 (patch) | |
tree | 1f153ac4448d18c2a41fe50833ed65155e6bfcfc /addressbook/gui/component/addressbook-config.c | |
parent | 68400be65ee2da2a7bcad35f306ba2846936e826 (diff) | |
download | gsoc2013-evolution-7b882d7d9fb3be955bda415388e95820b92422b6.tar.gz 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/component/addressbook-config.c')
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index 4cc2bab348..0ad0d0d714 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -40,7 +40,7 @@ #include "addressbook-component.h" #include "addressbook-config.h" -#include "widgets/misc/e-error.h" +#include "e-util/e-error.h" #include "evolution-config-control.h" |