aboutsummaryrefslogtreecommitdiffstats
path: root/em-format
diff options
context:
space:
mode:
Diffstat (limited to 'em-format')
-rw-r--r--em-format/e-mail-parser.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/em-format/e-mail-parser.c b/em-format/e-mail-parser.c
index f2832b1f03..359efe7d9b 100644
--- a/em-format/e-mail-parser.c
+++ b/em-format/e-mail-parser.c
@@ -723,10 +723,9 @@ e_mail_parser_wrap_as_attachment (EMailParser *parser,
}
/* e_attachment_load_async must be called from main thread */
- g_idle_add_full (G_PRIORITY_HIGH,
+ g_idle_add (
(GSourceFunc) load_attachment_idle,
- g_object_ref (empa->attachment),
- NULL);
+ g_object_ref (empa->attachment));
if (size != 0) {
GFileInfo *fileinfo;