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. --- plugins/mail-to-task/mail-to-task.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/mail-to-task') diff --git a/plugins/mail-to-task/mail-to-task.c b/plugins/mail-to-task/mail-to-task.c index cebf779ee6..f2e3f98435 100644 --- a/plugins/mail-to-task/mail-to-task.c +++ b/plugins/mail-to-task/mail-to-task.c @@ -205,7 +205,7 @@ set_description (ECalComponent *comp, CamelMimeMessage *message) stream = camel_stream_mem_new_with_byte_array (byte_array); camel_data_wrapper_decode_to_stream (content, stream); str = g_strndup ((gchar *) byte_array->data, byte_array->len); - camel_object_unref (stream); + g_object_unref (stream); /* convert to UTF-8 string */ if (str && content->mime_type->params && content->mime_type->params->value) { -- cgit v1.2.3