aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorSimon Zheng <simon.zheng@sun.com>2006-01-06 14:40:44 +0800
committerHarry Lu <haip@src.gnome.org>2006-01-06 14:40:44 +0800
commit2dabbc64ae1be8c96c034f4f03ad7480d7d072a4 (patch)
treed09ae00589b47adcaf2af969d9717b85f2a09361 /composer
parent4cf87ae15af7b20d8d459d6d5ec7625308d8707d (diff)
downloadgsoc2013-evolution-2dabbc64ae1be8c96c034f4f03ad7480d7d072a4.tar
gsoc2013-evolution-2dabbc64ae1be8c96c034f4f03ad7480d7d072a4.tar.gz
gsoc2013-evolution-2dabbc64ae1be8c96c034f4f03ad7480d7d072a4.tar.bz2
gsoc2013-evolution-2dabbc64ae1be8c96c034f4f03ad7480d7d072a4.tar.lz
gsoc2013-evolution-2dabbc64ae1be8c96c034f4f03ad7480d7d072a4.tar.xz
gsoc2013-evolution-2dabbc64ae1be8c96c034f4f03ad7480d7d072a4.tar.zst
gsoc2013-evolution-2dabbc64ae1be8c96c034f4f03ad7480d7d072a4.zip
use libedataserver/e-account.h instead of e-util/e-account.h. use
2006-01-06 Simon Zheng <simon.zheng@sun.com> * e-msg-composer-hdrs.h: use libedataserver/e-account.h instead of e-util/e-account.h. * evolution-composer.c: use libedataserver/e-account-list.h instead of e-util/e-account-list.h. svn path=/trunk/; revision=31074
Diffstat (limited to 'composer')
-rw-r--r--composer/ChangeLog7
-rw-r--r--composer/e-msg-composer-hdrs.h2
-rw-r--r--composer/evolution-composer.c2
3 files changed, 9 insertions, 2 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 6cf0742625..4d38bfbded 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-06 Simon Zheng <simon.zheng@sun.com>
+
+ * e-msg-composer-hdrs.h: use libedataserver/e-account.h
+ instead of e-util/e-account.h.
+ * evolution-composer.c: use libedataserver/e-account-list.h
+ instead of e-util/e-account-list.h.
+
2005-12-17 Tor Lillqvist <tml@novell.com>
* e-msg-composer.c
diff --git a/composer/e-msg-composer-hdrs.h b/composer/e-msg-composer-hdrs.h
index 843b06526d..8dc9387243 100644
--- a/composer/e-msg-composer-hdrs.h
+++ b/composer/e-msg-composer-hdrs.h
@@ -29,7 +29,7 @@
#include <bonobo/bonobo-ui-component.h>
-#include <e-util/e-account.h>
+#include <libedataserver/e-account.h>
#include <camel/camel-mime-message.h>
#include <libebook/e-destination.h>
diff --git a/composer/evolution-composer.c b/composer/evolution-composer.c
index a31c127292..aea958058f 100644
--- a/composer/evolution-composer.c
+++ b/composer/evolution-composer.c
@@ -33,7 +33,7 @@
#include <misc/e-gui-utils.h>
#include "evolution-composer.h"
#include "mail/mail-config.h"
-#include "e-util/e-account-list.h"
+#include "libedataserver/e-account-list.h"
#include <camel/camel-mime-filter-tohtml.h>
#include <camel/camel-stream-mem.h>