From a92d93fdf2df62908e25b61ef88d222e6b6ec690 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 12 Nov 2012 11:39:29 +0100 Subject: Bug #687998 - Attachment dialog shown when storing assigned task --- composer/e-msg-composer.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'composer') diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 8354afad85..76cafab99f 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -4422,9 +4422,7 @@ e_msg_composer_attach (EMsgComposer *composer, attachment = e_attachment_new (); e_attachment_set_mime_part (attachment, mime_part); e_attachment_store_add_attachment (store, attachment); - e_attachment_load_async ( - attachment, (GAsyncReadyCallback) - e_attachment_load_handle_error, composer); + e_attachment_load (attachment, NULL); g_object_unref (attachment); } -- cgit