aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-12-05 00:02:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-12-05 00:03:03 +0800
commitdad8f67e57c6eef2e2cda309982377957ba9d64b (patch)
tree5df5ec3f11e755cd93b714e61993c3a3660ecf1c /mail
parent0178cb5aab44454ff40d1bf9d66b461feacfeca1 (diff)
downloadgsoc2013-evolution-dad8f67e57c6eef2e2cda309982377957ba9d64b.tar
gsoc2013-evolution-dad8f67e57c6eef2e2cda309982377957ba9d64b.tar.gz
gsoc2013-evolution-dad8f67e57c6eef2e2cda309982377957ba9d64b.tar.bz2
gsoc2013-evolution-dad8f67e57c6eef2e2cda309982377957ba9d64b.tar.lz
gsoc2013-evolution-dad8f67e57c6eef2e2cda309982377957ba9d64b.tar.xz
gsoc2013-evolution-dad8f67e57c6eef2e2cda309982377957ba9d64b.tar.zst
gsoc2013-evolution-dad8f67e57c6eef2e2cda309982377957ba9d64b.zip
Bug 689639 - File -> Print Preview in composer brings up Print dialog
Diffstat (limited to 'mail')
-rw-r--r--mail/em-composer-utils.c3
1 files changed, 1 insertions, 2 deletions
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);
}