Blame SOURCES/evolution-3.22.6-calendar-print-action.patch

a00a81
diff -up evolution-3.22.6/modules/calendar/e-cal-shell-view-actions.c.calendar-print-action evolution-3.22.6/modules/calendar/e-cal-shell-view-actions.c
a00a81
--- evolution-3.22.6/modules/calendar/e-cal-shell-view-actions.c.calendar-print-action	2016-03-21 09:07:26.000000000 +0100
a00a81
+++ evolution-3.22.6/modules/calendar/e-cal-shell-view-actions.c	2017-04-19 09:33:29.144300407 +0200
a00a81
@@ -235,7 +235,7 @@ static void
a00a81
 action_calendar_print_cb (GtkAction *action,
a00a81
                           ECalShellView *cal_shell_view)
a00a81
 {
a00a81
-	cal_shell_view_actions_print_or_preview (cal_shell_view, GTK_PRINT_OPERATION_ACTION_PRINT);
a00a81
+	cal_shell_view_actions_print_or_preview (cal_shell_view, GTK_PRINT_OPERATION_ACTION_PRINT_DIALOG);
a00a81
 }
a00a81
 
a00a81
 static void