From 3e68ed9f53f719abf71274988486498ed6534d68 Mon Sep 17 00:00:00 2001 From: Michael Zucci Date: Mon, 16 May 2005 06:21:48 +0000 Subject: error file moves/e-error.h moves svn path=/trunk/; revision=29370 --- plugins/groupwise-account-setup/ChangeLog | 4 ++++ plugins/groupwise-account-setup/camel-gw-listener.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins/groupwise-account-setup') 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 + + * camel-gw-listener.c: moved e-error to e-util. + 2005-03-07 Sivaiah Nallagatla * 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 #include #include -#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 */ -- cgit