diff options
Diffstat (limited to 'calendar/gui/e-calendar-view.c')
-rw-r--r-- | calendar/gui/e-calendar-view.c | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c index 70c4dd5a8d..9344d9ff1e 100644 --- a/calendar/gui/e-calendar-view.c +++ b/calendar/gui/e-calendar-view.c @@ -1791,14 +1791,14 @@ e_calendar_view_modify_and_send (ECalendarView *cal_view, gboolean e_calendar_view_modify (ECalendarView *cal_view, - ECalComponent *comp, - ECalClient *client, - CalObjModType mod) + ECalComponent *comp, + ECalClient *client, + CalObjModType mod) { GError *error = NULL; gboolean ret; - g_return_if_fail (E_IS_CALENDAR_VIEW (cal_view)); + g_return_val_if_fail (E_IS_CALENDAR_VIEW (cal_view), FALSE); e_cal_component_commit_sequence (comp); @@ -1819,12 +1819,12 @@ e_calendar_view_modify (ECalendarView *cal_view, void e_calendar_view_send (ECalendarView *cal_view, - ECalComponent *comp, - ECalClient *client, - CalObjModType mod, - GtkWindow *toplevel, - gboolean strip_alarms, - gboolean only_new_attendees) + ECalComponent *comp, + ECalClient *client, + CalObjModType mod, + GtkWindow *toplevel, + gboolean strip_alarms, + gboolean only_new_attendees) { ESourceRegistry *registry; ECalModel *model; |