From eb6d669a0dadba1704e0389ce7da6a99ce3735c1 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Wed, 25 Aug 2004 10:44:58 +0000 Subject: Reset the Status Bar message to NUll, if the status of the Calendar is 2004-08-25 Chenthill Palanisamy * gui/e-tasks.c (default_client_cal_opened_cb): Reset the Status Bar message to NUll, if the status of the Calendar is returned OK. svn path=/trunk/; revision=27015 --- calendar/gui/e-tasks.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui') diff --git a/calendar/gui/e-tasks.c b/calendar/gui/e-tasks.c index b90ced8a6e..068be379f8 100644 --- a/calendar/gui/e-tasks.c +++ b/calendar/gui/e-tasks.c @@ -836,6 +836,7 @@ default_client_cal_opened_cb (ECal *ecal, ECalendarStatus status, ETasks *tasks) set_timezone (tasks); e_cal_model_set_default_client (model, ecal); + set_status_message (tasks, NULL); break; case E_CALENDAR_STATUS_BUSY: break; -- cgit v1.2.3