diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 7 | ||||
-rw-r--r-- | composer/e-msg-composer-hdrs.h | 2 | ||||
-rw-r--r-- | composer/evolution-composer.c | 2 |
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> |