evolution/evolution-2.11.6.1-cal-busy-recursion.patch

15 lines
502 B
Diff
Raw Normal View History

--- evolution-2.11.6.1/calendar/gui/e-cal-model.c~ 2007-07-30 10:19:22.000000000 -0400
+++ evolution-2.11.6.1/calendar/gui/e-cal-model.c 2007-08-16 15:48:33.000000000 -0400
@@ -1536,11 +1536,6 @@ cal_opened_cb (ECal *client, ECalendarSt
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);