From dad8f67e57c6eef2e2cda309982377957ba9d64b Mon Sep 17 00:00:00 2001
From: Matthew Barnes <mbarnes@redhat.com>
Date: Tue, 4 Dec 2012 11:02:11 -0500
Subject: Bug 689639 - File -> Print Preview in composer brings up Print dialog

---
 mail/em-composer-utils.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'mail/em-composer-utils.c')

diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c
index 8f08cf039e..2d8dcc9530 100644
--- a/mail/em-composer-utils.c
+++ b/mail/em-composer-utils.c
@@ -977,8 +977,7 @@ em_utils_composer_print_cb (EMsgComposer *composer,
 		emp, "done",
 		G_CALLBACK (composer_print_done_cb), NULL);
 
-	e_mail_printer_print (
-		emp, GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG, NULL);
+	e_mail_printer_print (emp, action, NULL);
 
 	g_object_unref (parts);
 }
-- 
cgit