From 981030f7093a385e9bf4cca723f92d0363550a65 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Wed, 20 Jul 2005 11:18:54 +0000 Subject: made it use e_attachment_bar_get_parts instead of the old api 2005-07-20 Srinivasa Ragavan * gui/dialogs/comp-editor.c: (get_attachment_list) (comp_editor_get_mime_attach_list) made it use e_attachment_bar_get_parts instead of the old api svn path=/trunk/; revision=29814 --- calendar/gui/dialogs/comp-editor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/dialogs') diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 1cbfb09257..159beb0240 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -604,7 +604,7 @@ get_attachment_list (CompEditor *editor) e_cal_component_get_uid (editor->priv->comp, &comp_uid); - parts = e_attachment_bar_get_attachment_part_list((EAttachmentBar *)editor->priv->attachment_bar); + parts = e_attachment_bar_get_parts((EAttachmentBar *)editor->priv->attachment_bar); for (p = parts; p!=NULL ; p = p->next) { CamelDataWrapper *wrapper; @@ -2402,7 +2402,7 @@ comp_editor_get_mime_attach_list (CompEditor *editor) GSList *attach_list = NULL, *l, *parts; /* TODO assert sanity of bar */ - parts = e_attachment_bar_get_attachment_part_list (editor->priv->attachment_bar); + parts = e_attachment_bar_get_parts (editor->priv->attachment_bar); for (l = parts; l ; l = l->next) { CamelDataWrapper *wrapper; -- cgit v1.2.3