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

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