aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'modules/calendar')
-rw-r--r--modules/calendar/e-cal-shell-view-actions.c2
-rw-r--r--modules/calendar/e-cal-shell-view-memopad.c2
-rw-r--r--modules/calendar/e-cal-shell-view-taskpad.c2
-rw-r--r--modules/calendar/e-memo-shell-view-actions.c2
-rw-r--r--modules/calendar/e-task-shell-view-actions.c2
5 files changed, 5 insertions, 5 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;
diff --git a/modules/calendar/e-cal-shell-view-memopad.c b/modules/calendar/e-cal-shell-view-memopad.c
index 88cb53ff54..d786f4701a 100644
--- a/modules/calendar/e-cal-shell-view-memopad.c
+++ b/modules/calendar/e-cal-shell-view-memopad.c
@@ -259,7 +259,7 @@ action_calendar_memopad_save_as_cb (GtkAction *action,
g_slist_free (list);
file = e_shell_run_save_dialog (
- shell, _("Save as iCalendar"), NULL, NULL);
+ shell, _("Save as iCalendar"), NULL, NULL, NULL);
if (file == NULL)
return;
diff --git a/modules/calendar/e-cal-shell-view-taskpad.c b/modules/calendar/e-cal-shell-view-taskpad.c
index 5f2fd3ad0f..a00474a572 100644
--- a/modules/calendar/e-cal-shell-view-taskpad.c
+++ b/modules/calendar/e-cal-shell-view-taskpad.c
@@ -327,7 +327,7 @@ action_calendar_taskpad_save_as_cb (GtkAction *action,
g_slist_free (list);
file = e_shell_run_save_dialog (
- shell, _("Save as iCalendar"), NULL, NULL);
+ shell, _("Save as iCalendar"), NULL, NULL, NULL);
if (file == NULL)
return;
diff --git a/modules/calendar/e-memo-shell-view-actions.c b/modules/calendar/e-memo-shell-view-actions.c
index 31f12b3962..4ffaa519e7 100644
--- a/modules/calendar/e-memo-shell-view-actions.c
+++ b/modules/calendar/e-memo-shell-view-actions.c
@@ -497,7 +497,7 @@ action_memo_save_as_cb (GtkAction *action,
g_slist_free (list);
file = e_shell_run_save_dialog (
- shell, _("Save as iCalendar"), NULL, NULL);
+ shell, _("Save as iCalendar"), NULL, NULL, NULL);
if (file == NULL)
return;
diff --git a/modules/calendar/e-task-shell-view-actions.c b/modules/calendar/e-task-shell-view-actions.c
index 282d5a3e75..07558bfa90 100644
--- a/modules/calendar/e-task-shell-view-actions.c
+++ b/modules/calendar/e-task-shell-view-actions.c
@@ -624,7 +624,7 @@ action_task_save_as_cb (GtkAction *action,
g_slist_free (list);
file = e_shell_run_save_dialog (
- shell, _("Save as iCalendar"), NULL, NULL);
+ shell, _("Save as iCalendar"), NULL, NULL, NULL);
if (file == NULL)
return;