diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-10-20 01:59:20 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-10-20 01:59:20 +0800 |
commit | ee208ba079ed4d8e7073d1728cc24e2d5b7babcf (patch) | |
tree | 58335147dc935e87364da5e8476c9da834346ebf /calendar/ChangeLog | |
parent | 3e517a00308004b021cb5a02fa8ae17dfc30040f (diff) | |
download | gsoc2013-evolution-ee208ba079ed4d8e7073d1728cc24e2d5b7babcf.tar.gz gsoc2013-evolution-ee208ba079ed4d8e7073d1728cc24e2d5b7babcf.tar.zst gsoc2013-evolution-ee208ba079ed4d8e7073d1728cc24e2d5b7babcf.zip |
Do not assert if we fail to load the URI list. This would of course have
2001-10-19 Federico Mena Quintero <federico@ximian.com>
* gui/alarm-notify/alarm-notify.c (add_uri_to_load): Do not assert
if we fail to load the URI list. This would of course have been a
bonobo-conf activation problem.
(remove_uri_to_load): Likewise.
* gui/alarm-notify/notify-main.c (load_calendars): Likewise.
* gui/alarm-notify/alarm-queue.c (load_missed_alarms): Make the
time range half-open so that we do not display the last alarm
twice.
svn path=/trunk/; revision=13797
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 77bd34e8e7..87c29c2e19 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2001-10-19 Federico Mena Quintero <federico@ximian.com> + + * gui/alarm-notify/alarm-notify.c (add_uri_to_load): Do not assert + if we fail to load the URI list. This would of course have been a + bonobo-conf activation problem. + (remove_uri_to_load): Likewise. + + * gui/alarm-notify/notify-main.c (load_calendars): Likewise. + + * gui/alarm-notify/alarm-queue.c (load_missed_alarms): Make the + time range half-open so that we do not display the last alarm + twice. + 2001-10-19 Rodrigo Moya <rodrigo@ximian.com> * gui/calendar-model.c (calendar_model_set_status_message): make |