diff options
author | Not Zed <NotZed@Ximian.com> | 2004-12-03 11:43:19 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-12-03 11:43:19 +0800 |
commit | ad284c350543fe2c86d578597d29d82371edca3d (patch) | |
tree | 841f6edef6942b1982f9bc867c2809c4c049c15d /composer/e-msg-composer-attachment-bar.c | |
parent | 0c9e3730cb13a2d860931a8f4e95f47f57886148 (diff) | |
download | gsoc2013-evolution-ad284c350543fe2c86d578597d29d82371edca3d.tar.gz gsoc2013-evolution-ad284c350543fe2c86d578597d29d82371edca3d.tar.zst gsoc2013-evolution-ad284c350543fe2c86d578597d29d82371edca3d.zip |
remove the old camel_multipart_encrypted api.
2004-11-15 Not Zed <NotZed@Ximian.com>
* e-msg-composer.c (handle_multipart_encrypted): remove the old
camel_multipart_encrypted api.
svn path=/trunk/; revision=28052
Diffstat (limited to 'composer/e-msg-composer-attachment-bar.c')
-rw-r--r-- | composer/e-msg-composer-attachment-bar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer/e-msg-composer-attachment-bar.c b/composer/e-msg-composer-attachment-bar.c index 84aaf8c825..5d3e32eae2 100644 --- a/composer/e-msg-composer-attachment-bar.c +++ b/composer/e-msg-composer-attachment-bar.c @@ -39,7 +39,7 @@ #include "e-msg-composer-attachment.h" #include "e-msg-composer-attachment-bar.h" -#include <gal/util/e-iconv.h> +#include <libedataserver/e-iconv.h> #include <camel/camel-data-wrapper.h> #include <camel/camel-stream-fs.h> |