From bc90469e7f3bfd31dc6530c2d1ba1cc519a8a3a7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 23 Apr 2010 10:28:53 -0400 Subject: Camel is now GObject-based. --- calendar/gui/dialogs/comp-editor.c | 2 +- calendar/gui/itip-utils.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'calendar') diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 6e3776d1fc..261b0b30d2 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -2934,7 +2934,7 @@ comp_editor_get_mime_attach_list (CompEditor *editor) attach_list = g_slist_append (attach_list, cal_mime_attach); - camel_object_unref (stream); + g_object_unref (stream); } diff --git a/calendar/gui/itip-utils.c b/calendar/gui/itip-utils.c index f686ac5e73..d40a7ac633 100644 --- a/calendar/gui/itip-utils.c +++ b/calendar/gui/itip-utils.c @@ -1193,7 +1193,7 @@ append_cal_attachments (EMsgComposer *composer, camel_mime_part_set_disposition ( attachment, "attachment"); e_msg_composer_attach (composer, attachment); - camel_object_unref (attachment); + g_object_unref (attachment); g_free (mime_attach->filename); g_free (mime_attach->content_type); @@ -1362,7 +1362,7 @@ itip_send_comp (ECalComponentItipMethod method, ECalComponent *send_comp, camel_mime_part_set_description (attachment, description); camel_mime_part_set_disposition (attachment, "inline"); e_msg_composer_attach (composer, attachment); - camel_object_unref (attachment); + g_object_unref (attachment); g_free (description); } -- cgit v1.2.3