diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-08-13 17:45:36 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-08-13 17:45:36 +0800 |
commit | 91b1dab521698c031db169f2385d37e05a995229 (patch) | |
tree | 8b60cf974c1d27c879620539c3296645427eccd6 /calendar/ChangeLog | |
parent | 67d091d07ef507f2eee7b6a6ac8c81e359cf5a71 (diff) | |
download | gsoc2013-evolution-91b1dab521698c031db169f2385d37e05a995229.tar gsoc2013-evolution-91b1dab521698c031db169f2385d37e05a995229.tar.gz gsoc2013-evolution-91b1dab521698c031db169f2385d37e05a995229.tar.bz2 gsoc2013-evolution-91b1dab521698c031db169f2385d37e05a995229.tar.lz gsoc2013-evolution-91b1dab521698c031db169f2385d37e05a995229.tar.xz gsoc2013-evolution-91b1dab521698c031db169f2385d37e05a995229.tar.zst gsoc2013-evolution-91b1dab521698c031db169f2385d37e05a995229.zip |
set status message to NULL if there is an error opening the calendar.
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
successfully opened the main CalClient.
svn path=/trunk/; revision=17767
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 181c388cac..d020b76afe 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +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 + successfully opened the main CalClient. + 2002-08-09 JP Rosevear <jpr@ximian.com> * gui/dialogs/comp-editor.c (real_send_comp): set the editor to |