diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2005-05-16 14:21:48 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-05-16 14:21:48 +0800 |
commit | 3e68ed9f53f719abf71274988486498ed6534d68 (patch) | |
tree | e7a64f3fbc9af63313e8cd86244a424e98796676 /plugins/exchange-account-setup | |
parent | d7bec6f882964fd5c7da68213060ca301b383072 (diff) | |
download | gsoc2013-evolution-3e68ed9f53f719abf71274988486498ed6534d68.tar gsoc2013-evolution-3e68ed9f53f719abf71274988486498ed6534d68.tar.gz gsoc2013-evolution-3e68ed9f53f719abf71274988486498ed6534d68.tar.bz2 gsoc2013-evolution-3e68ed9f53f719abf71274988486498ed6534d68.tar.lz gsoc2013-evolution-3e68ed9f53f719abf71274988486498ed6534d68.tar.xz gsoc2013-evolution-3e68ed9f53f719abf71274988486498ed6534d68.tar.zst gsoc2013-evolution-3e68ed9f53f719abf71274988486498ed6534d68.zip |
error file moves/e-error.h moves
svn path=/trunk/; revision=29370
Diffstat (limited to 'plugins/exchange-account-setup')
-rw-r--r-- | plugins/exchange-account-setup/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/exchange-account-setup/exchange-account-setup.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/plugins/exchange-account-setup/ChangeLog b/plugins/exchange-account-setup/ChangeLog index ac7e8a5fe0..c3d909b3f2 100644 --- a/plugins/exchange-account-setup/ChangeLog +++ b/plugins/exchange-account-setup/ChangeLog @@ -1,3 +1,7 @@ +2005-05-16 Not Zed <NotZed@Ximian.com> + + * exchange-account-setup.c: moved e-error to e-util + 2005-03-18 Sushma Rai <rsushma@novell.com> * exchange-account-setup.c (org_gnome_exchange_owa_url): When the diff --git a/plugins/exchange-account-setup/exchange-account-setup.c b/plugins/exchange-account-setup/exchange-account-setup.c index 34679f326f..8d0ccacede 100644 --- a/plugins/exchange-account-setup/exchange-account-setup.c +++ b/plugins/exchange-account-setup/exchange-account-setup.c @@ -37,7 +37,7 @@ #include "mail/em-account-editor.h" #include "mail/em-config.h" #include "e-util/e-account.h" -#include "widgets/misc/e-error.h" +#include "e-util/e-error.h" GtkWidget* org_gnome_exchange_settings(EPlugin *epl, EConfigHookItemFactoryData *data); GtkWidget *org_gnome_exchange_owa_url(EPlugin *epl, EConfigHookItemFactoryData *data); |