diff options
author | Simon Zheng <simon.zheng@sun.com> | 2006-01-06 14:49:25 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2006-01-06 14:49:25 +0800 |
commit | aca90f1bb3f98d7b8aab2a3f1aae172d8958111b (patch) | |
tree | 60873c055d17db5f4d27357fd4ddad0c51406bc7 /plugins/exchange-operations | |
parent | 2c28b8f60858b4b5c481e286719814d2e9541c5b (diff) | |
download | gsoc2013-evolution-aca90f1bb3f98d7b8aab2a3f1aae172d8958111b.tar.gz gsoc2013-evolution-aca90f1bb3f98d7b8aab2a3f1aae172d8958111b.tar.zst gsoc2013-evolution-aca90f1bb3f98d7b8aab2a3f1aae172d8958111b.zip |
use libedataserver/e-account-list.h instead of e-util/e-account-list.h.
2006-01-06 Simon Zheng <simon.zheng@sun.com>
* exchange-account-setup.c:
* exchange-calendar.c:
* exchange-config-listener.h:
* exchange-contacts.c:
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=31076
Diffstat (limited to 'plugins/exchange-operations')
5 files changed, 13 insertions, 4 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 71f5796129..314a0f4f12 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,12 @@ +2006-01-06 Simon Zheng <simon.zheng@sun.com> + + * exchange-account-setup.c: + * exchange-calendar.c: + * exchange-config-listener.h: + * exchange-contacts.c: + 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. + 2006-01-05 Sushma Rai <rsushma@novell.com> * exchange-calendar.c (e_exchange_calendar_commit): Setting the diff --git a/plugins/exchange-operations/exchange-account-setup.c b/plugins/exchange-operations/exchange-account-setup.c index a7a9e70c23..0aeb7b0cfe 100644 --- a/plugins/exchange-operations/exchange-account-setup.c +++ b/plugins/exchange-operations/exchange-account-setup.c @@ -22,7 +22,7 @@ #include "config.h" #endif -#include "e-util/e-account.h" +#include "libedataserver/e-account.h" #include "e-util/e-error.h" #include <string.h> diff --git a/plugins/exchange-operations/exchange-calendar.c b/plugins/exchange-operations/exchange-calendar.c index 8b87150487..c5a3ae9d27 100644 --- a/plugins/exchange-operations/exchange-calendar.c +++ b/plugins/exchange-operations/exchange-calendar.c @@ -32,7 +32,7 @@ #include "calendar/gui/dialogs/calendar-setup.h" #include "mail/em-account-editor.h" #include "mail/em-config.h" -#include "e-util/e-account.h" +#include "libedataserver/e-account.h" #include "e-util/e-error.h" #include "exchange-operations.h" diff --git a/plugins/exchange-operations/exchange-config-listener.h b/plugins/exchange-operations/exchange-config-listener.h index b44ffadf94..19f59f5c1a 100644 --- a/plugins/exchange-operations/exchange-config-listener.h +++ b/plugins/exchange-operations/exchange-config-listener.h @@ -8,7 +8,7 @@ #include <exchange-account.h> #include "exchange-types.h" -#include "e-util/e-account-list.h" +#include "libedataserver/e-account-list.h" #include <libedataserver/e-source-list.h> #include <libedataserver/e-source-group.h> diff --git a/plugins/exchange-operations/exchange-contacts.c b/plugins/exchange-operations/exchange-contacts.c index f04bab9f05..a656282d2b 100644 --- a/plugins/exchange-operations/exchange-contacts.c +++ b/plugins/exchange-operations/exchange-contacts.c @@ -34,7 +34,7 @@ #include "mail/em-account-editor.h" #include "mail/em-config.h" -#include "e-util/e-account.h" +#include "libedataserver/e-account.h" #include "e-util/e-error.h" #include "exchange-operations.h" |