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/ChangeLog | 6 ++++++ calendar/gui/e-tasks.c | 1 + 2 files changed, 7 insertions(+) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f6f479e087..b02177815e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +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. + 2004-08-24 Rodrigo Moya Fixes #58824 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