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/groupwise-account-setup | |
parent | d7bec6f882964fd5c7da68213060ca301b383072 (diff) | |
download | gsoc2013-evolution-3e68ed9f53f719abf71274988486498ed6534d68.tar.gz 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/groupwise-account-setup')
-rw-r--r-- | plugins/groupwise-account-setup/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/groupwise-account-setup/camel-gw-listener.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/plugins/groupwise-account-setup/ChangeLog b/plugins/groupwise-account-setup/ChangeLog index 218b17aab0..fa12f492af 100644 --- a/plugins/groupwise-account-setup/ChangeLog +++ b/plugins/groupwise-account-setup/ChangeLog @@ -1,3 +1,7 @@ +2005-05-16 Not Zed <NotZed@Ximian.com> + + * camel-gw-listener.c: moved e-error to e-util. + 2005-03-07 Sivaiah Nallagatla <snallagatla@novell.com> * camel-gw-listner.c (add_addressbook_sources) : diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c index c723a51d9f..48c58f4a48 100644 --- a/plugins/groupwise-account-setup/camel-gw-listener.c +++ b/plugins/groupwise-account-setup/camel-gw-listener.c @@ -30,7 +30,7 @@ #include <camel/camel-i18n.h> #include <e-gw-connection.h> #include <libedataserverui/e-passwords.h> -#include "widgets/misc/e-error.h" +#include "e-util/e-error.h" /*stores some info about all currently existing groupwise accounts list of GwAccountInfo structures */ |