From a319a0476873d5c4afcf9a8bfb4a42a41cc9cc08 Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Fri, 30 Jul 2004 12:43:21 +0000 Subject: Handle E_CALENDAR_STATUS_BUSY conditions and do not remove the source from the gnome-calendar. svn path=/trunk/; revision=26774 --- calendar/gui/e-tasks.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'calendar/gui/e-tasks.c') diff --git a/calendar/gui/e-tasks.c b/calendar/gui/e-tasks.c index a935f09863..80ae78142a 100644 --- a/calendar/gui/e-tasks.c +++ b/calendar/gui/e-tasks.c @@ -796,6 +796,8 @@ client_cal_opened_cb (ECal *ecal, ECalendarStatus status, ETasks *tasks) set_timezone (tasks); set_status_message (tasks, NULL); break; + case E_CALENDAR_STATUS_BUSY : + break; default : /* Make sure the source doesn't disappear on us */ g_object_ref (source); @@ -836,6 +838,8 @@ default_client_cal_opened_cb (ECal *ecal, ECalendarStatus status, ETasks *tasks) set_timezone (tasks); e_cal_model_set_default_client (model, ecal); break; + case E_CALENDAR_STATUS_BUSY: + break; default : /* Make sure the source doesn't disappear on us */ g_object_ref (source); -- cgit v1.2.3