diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2004-08-25 18:44:58 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2004-08-25 18:44:58 +0800 |
commit | eb6d669a0dadba1704e0389ce7da6a99ce3735c1 (patch) | |
tree | b8840f4637cdb640a2b1a7e91f24d6478a32b707 | |
parent | a781316c19d46b4e1f8da50f274d4d173b08a057 (diff) | |
download | gsoc2013-evolution-eb6d669a0dadba1704e0389ce7da6a99ce3735c1.tar.gz gsoc2013-evolution-eb6d669a0dadba1704e0389ce7da6a99ce3735c1.tar.zst gsoc2013-evolution-eb6d669a0dadba1704e0389ce7da6a99ce3735c1.zip |
Reset the Status Bar message to NUll, if the status of the Calendar is
2004-08-25 Chenthill Palanisamy <pchenthill@novell.com>
* 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
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/e-tasks.c | 1 |
2 files changed, 7 insertions, 0 deletions
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 <pchenthill@novell.com> + + * 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 <rodrigo@novell.com> 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; |