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/contact-list-editor | |
parent | 68400be65ee2da2a7bcad35f306ba2846936e826 (diff) | |
download | gsoc2013-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-list-editor')
-rw-r--r-- | addressbook/gui/contact-list-editor/e-contact-list-model.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 4560413c19..c75bbb95d7 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-model.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-model.c @@ -3,7 +3,7 @@ #include <config.h> #include <string.h> #include "e-contact-list-model.h" -#include "widgets/misc/e-error.h" +#include "e-util/e-error.h" #include <gtk/gtkmessagedialog.h> #define PARENT_TYPE e_table_model_get_type() |