diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-08-13 18:01:41 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-08-13 18:01:41 +0800 |
commit | ed6627e626c9fea8e3f16a2a4e9bc68d08f2d747 (patch) | |
tree | ffad128589a7cb95d361608151d26ae0770cfa94 /calendar/ChangeLog | |
parent | 91b1dab521698c031db169f2385d37e05a995229 (diff) | |
download | gsoc2013-evolution-ed6627e626c9fea8e3f16a2a4e9bc68d08f2d747.tar.gz gsoc2013-evolution-ed6627e626c9fea8e3f16a2a4e9bc68d08f2d747.tar.zst gsoc2013-evolution-ed6627e626c9fea8e3f16a2a4e9bc68d08f2d747.zip |
set status message on ECalendarTable when opening the tasks.
2002-08-13 Rodrigo Moya <rodrigo@ximian.com>
* gui/gnome-cal.c (gnome_calendar_open): set status message on
ECalendarTable when opening the tasks.
(client_cal_opened_cb): set ECalendarTable status message to NULL
when we open the tasks folder. Also, clear up calendar status message
in all cases, not only if the folder was opened successfully.
svn path=/trunk/; revision=17768
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d020b76afe..2cba686ac0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2002-08-13 Rodrigo Moya <rodrigo@ximian.com> + * gui/gnome-cal.c (gnome_calendar_open): set status message on + ECalendarTable when opening the tasks. + (client_cal_opened_cb): set ECalendarTable status message to NULL + when we open the tasks folder. Also, clear up calendar status message + in all cases, not only if the folder was opened successfully. + +2002-08-13 Rodrigo Moya <rodrigo@ximian.com> + * gui/gnome-cal.c (gnome_calendar_open): set status message to NULL if there is an error opening the calendar. (client_cal_opened_cb): set status message to NULL only when we have |