diff options
Diffstat (limited to 'modules/calendar/e-cal-shell-view-actions.c')
-rw-r--r-- | modules/calendar/e-cal-shell-view-actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-cal-shell-view-actions.c b/modules/calendar/e-cal-shell-view-actions.c index f3a0f209d5..d0ab20d138 100644 --- a/modules/calendar/e-cal-shell-view-actions.c +++ b/modules/calendar/e-cal-shell-view-actions.c @@ -1099,7 +1099,7 @@ action_event_save_as_cb (GtkAction *action, icalcomp = event->comp_data->icalcomp; file = e_shell_run_save_dialog ( - shell, _("Save as iCalendar"), NULL, NULL); + shell, _("Save as iCalendar"), NULL, NULL, NULL); if (file == NULL) return; |