aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-08-07 12:11:01 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-07 12:11:01 +0800
commit6de863cd0ea0d2971b6097aa21cd87eb6dbc32f1 (patch)
tree55b1a0ff0eb816b0831ace153d19a3b4c0d0f214 /mail/em-format.c
parent47bfd3d3c36ba30c4b835542e13c468828c313fb (diff)
downloadgsoc2013-evolution-6de863cd0ea0d2971b6097aa21cd87eb6dbc32f1.tar
gsoc2013-evolution-6de863cd0ea0d2971b6097aa21cd87eb6dbc32f1.tar.gz
gsoc2013-evolution-6de863cd0ea0d2971b6097aa21cd87eb6dbc32f1.tar.bz2
gsoc2013-evolution-6de863cd0ea0d2971b6097aa21cd87eb6dbc32f1.tar.lz
gsoc2013-evolution-6de863cd0ea0d2971b6097aa21cd87eb6dbc32f1.tar.xz
gsoc2013-evolution-6de863cd0ea0d2971b6097aa21cd87eb6dbc32f1.tar.zst
gsoc2013-evolution-6de863cd0ea0d2971b6097aa21cd87eb6dbc32f1.zip
Use CamelDList instead of EDList.
2008-08-07 Matthew Barnes <mbarnes@redhat.com> * em-format.c (emf_format_secure): * em-format-html-display.c (efhd_xpkcs7mime_add_cert_table): Use CamelDList instead of EDList. svn path=/trunk/; revision=35919
Diffstat (limited to 'mail/em-format.c')
-rw-r--r--mail/em-format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-format.c b/mail/em-format.c
index 9971528acd..483b86cf34 100644
--- a/mail/em-format.c
+++ b/mail/em-format.c
@@ -735,7 +735,7 @@ emf_format_secure(EMFormat *emf, CamelStream *stream, CamelMimePart *part, Camel
if (emf->valid == NULL) {
emf->valid = valid;
} else {
- e_dlist_addtail(&emf->valid_parent->children, (EDListNode *)valid);
+ camel_dlist_addtail(&emf->valid_parent->children, (CamelDListNode *)valid);
camel_cipher_validity_envelope(emf->valid_parent, valid);
}