aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-account-setup
diff options
context:
space:
mode:
authorSimon Zheng <simon.zheng@sun.com>2006-01-06 14:54:51 +0800
committerHarry Lu <haip@src.gnome.org>2006-01-06 14:54:51 +0800
commit552b23ea6f567342010d4832bbfcc3d02c8815f2 (patch)
tree3405a62b461524a5236b14989fdf95fa099b4be9 /plugins/groupwise-account-setup
parentaca90f1bb3f98d7b8aab2a3f1aae172d8958111b (diff)
downloadgsoc2013-evolution-552b23ea6f567342010d4832bbfcc3d02c8815f2.tar
gsoc2013-evolution-552b23ea6f567342010d4832bbfcc3d02c8815f2.tar.gz
gsoc2013-evolution-552b23ea6f567342010d4832bbfcc3d02c8815f2.tar.bz2
gsoc2013-evolution-552b23ea6f567342010d4832bbfcc3d02c8815f2.tar.lz
gsoc2013-evolution-552b23ea6f567342010d4832bbfcc3d02c8815f2.tar.xz
gsoc2013-evolution-552b23ea6f567342010d4832bbfcc3d02c8815f2.tar.zst
gsoc2013-evolution-552b23ea6f567342010d4832bbfcc3d02c8815f2.zip
use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06 Simon Zheng <simon.zheng@sun.com> * camel-gw-listener.c: * camel-gw-listener.h: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. use libedataserver/e-account.h instead of e-util/e-account.h. svn path=/trunk/; revision=31077
Diffstat (limited to 'plugins/groupwise-account-setup')
-rw-r--r--plugins/groupwise-account-setup/ChangeLog7
-rw-r--r--plugins/groupwise-account-setup/camel-gw-listener.c2
-rw-r--r--plugins/groupwise-account-setup/camel-gw-listener.h2
3 files changed, 9 insertions, 2 deletions
diff --git a/plugins/groupwise-account-setup/ChangeLog b/plugins/groupwise-account-setup/ChangeLog
index e8b13ae527..7551b7fa27 100644
--- a/plugins/groupwise-account-setup/ChangeLog
+++ b/plugins/groupwise-account-setup/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-06 Simon Zheng <simon.zheng@sun.com>
+
+ * camel-gw-listener.c:
+ * camel-gw-listener.h:
+ use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
+ use libedataserver/e-account.h instead of e-util/e-account.h.
+
2005-12-21 Chenthill Palanisamy <pchenthill@novell.com>
Committing for Sushma Rai <rsushma@novell.com>
diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c
index c145582c7e..cae6d69c02 100644
--- a/plugins/groupwise-account-setup/camel-gw-listener.c
+++ b/plugins/groupwise-account-setup/camel-gw-listener.c
@@ -31,7 +31,7 @@
#include <e-gw-connection.h>
#include <libedataserverui/e-passwords.h>
#include "e-util/e-error.h"
-#include <e-util/e-account.h>
+#include <libedataserver/e-account.h>
/*stores some info about all currently existing groupwise accounts
list of GwAccountInfo structures */
diff --git a/plugins/groupwise-account-setup/camel-gw-listener.h b/plugins/groupwise-account-setup/camel-gw-listener.h
index ee3ba288f6..a70942a1fe 100644
--- a/plugins/groupwise-account-setup/camel-gw-listener.h
+++ b/plugins/groupwise-account-setup/camel-gw-listener.h
@@ -24,7 +24,7 @@
#ifndef CAMEL_GW_LISTENER_H
#define CAMEL_GW_LISTENER_H
-#include <e-util/e-account-list.h>
+#include <libedataserver/e-account-list.h>
#include<libedataserver/e-source.h>
#include<libedataserver/e-source-list.h>
#include <camel/camel-url.h>