aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-cal-model.c')
-rw-r--r--calendar/gui/e-cal-model.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-model.c b/calendar/gui/e-cal-model.c
index f9e7de2003..ca0f16a4ba 100644
--- a/calendar/gui/e-cal-model.c
+++ b/calendar/gui/e-cal-model.c
@@ -1495,6 +1495,11 @@ cal_opened_cb (ECal *client, ECalendarStatus status, gpointer user_data)
ECalModel *model = (ECalModel *) user_data;
ECalModelClient *client_data;
+ if (status == E_CALENDAR_STATUS_BUSY) {
+ e_cal_open_async (client, FALSE);
+ return;
+ }
+
if (status != E_CALENDAR_STATUS_OK) {
e_cal_model_remove_client (model, client);