diff options
Diffstat (limited to 'modules/addressbook')
-rw-r--r-- | modules/addressbook/eab-composer-util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/addressbook/eab-composer-util.c b/modules/addressbook/eab-composer-util.c index a54f5fbf7d..968a6b3c06 100644 --- a/modules/addressbook/eab-composer-util.c +++ b/modules/addressbook/eab-composer-util.c @@ -150,7 +150,7 @@ eab_send_as_attachment (GList *destinations) camel_mime_part_set_disposition (attachment, "attachment"); e_msg_composer_attach (composer, attachment); - camel_object_unref (attachment); + g_object_unref (attachment); if (destinations->next != NULL) e_composer_header_table_set_subject ( |