diff options
Diffstat (limited to 'calendar/gui/e-cal-model.c')
-rw-r--r-- | calendar/gui/e-cal-model.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c index b6210e22f9..5211515c9a 100644 --- a/calendar/gui/e-cal-model.c +++ b/calendar/gui/e-cal-model.c @@ -1314,11 +1314,11 @@ add_new_client (ECalModel *model, ECal *client) } static void -cal_opened_cb (ECal *client, ECalOpenStatus status, gpointer user_data) +cal_opened_cb (ECal *client, ECalendarStatus status, gpointer user_data) { ECalModel *model = (ECalModel *) user_data; - if (status != E_CAL_OPEN_SUCCESS) + if (status != E_CALENDAR_STATUS_OK) return; add_new_client (model, client); |