From 722a27e8507541e64ca2a436a7f10069b9e01223 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 18 Jan 2013 18:34:56 +0100 Subject: Bug #692005 - Changing character encoding doesn't work --- mail/em-composer-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-composer-utils.c') diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c index 204188f4e4..9962101f49 100644 --- a/mail/em-composer-utils.c +++ b/mail/em-composer-utils.c @@ -974,7 +974,7 @@ em_utils_composer_print_cb (EMsgComposer *composer, emp, "done", G_CALLBACK (composer_print_done_cb), NULL); - e_mail_printer_print (emp, action, NULL); + e_mail_printer_print (emp, action, NULL, NULL); g_object_unref (parts); } -- cgit v1.2.3