[evolution/gnome-3-24] Calendar Print skips print dialog



commit 823cfc78cf69d1e621bc9eb37d1393e991512ecd
Author: Milan Crha <mcrha redhat com>
Date:   Tue Apr 18 12:36:36 2017 +0200

    Calendar Print skips print dialog
    
    Reported downstream as
    https://bugzilla.redhat.com/show_bug.cgi?id=1442351

 src/modules/calendar/e-cal-shell-view-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/modules/calendar/e-cal-shell-view-actions.c b/src/modules/calendar/e-cal-shell-view-actions.c
index cb8581a..3c1db74 100644
--- a/src/modules/calendar/e-cal-shell-view-actions.c
+++ b/src/modules/calendar/e-cal-shell-view-actions.c
@@ -233,7 +233,7 @@ static void
 action_calendar_print_cb (GtkAction *action,
                           ECalShellView *cal_shell_view)
 {
-       cal_shell_view_actions_print_or_preview (cal_shell_view, GTK_PRINT_OPERATION_ACTION_PRINT);
+       cal_shell_view_actions_print_or_preview (cal_shell_view, GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG);
 }
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]