From a91eeb647138ee035444cdc3c265fa4e95898f29 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 8 Jul 2010 11:04:23 -0400 Subject: Pass GCancellable to Camel. --- mail/em-format-html-print.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'mail/em-format-html-print.c') diff --git a/mail/em-format-html-print.c b/mail/em-format-html-print.c index f7eb288fba..f67d3c7084 100644 --- a/mail/em-format-html-print.c +++ b/mail/em-format-html-print.c @@ -223,8 +223,10 @@ emfhp_complete (EMFormatHTMLPrint *efhp) } static void -emfhp_got_message (CamelFolder *folder, const gchar *uid, - CamelMimeMessage *msg, gpointer data) +emfhp_got_message (CamelFolder *folder, + const gchar *uid, + CamelMimeMessage *msg, + gpointer data) { EMFormatHTMLPrint *efhp = data; @@ -237,9 +239,11 @@ emfhp_got_message (CamelFolder *folder, const gchar *uid, g_signal_connect ( efhp, "complete", G_CALLBACK (emfhp_complete), efhp); + + /* FIXME Not passing a GCancellable here. */ em_format_format_clone ( (EMFormat *) efhp, folder, uid, msg, - (EMFormat *) efhp->source); + (EMFormat *) efhp->source, NULL); } void -- cgit v1.2.3