diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2005-05-10 16:17:03 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2005-05-10 16:17:03 +0800 |
commit | d3fcb61bcb3da1e3baf9b579c7c98bd83a5ea51e (patch) | |
tree | 36006bbf4f9ce5d3355013dfa750aaf42b91f585 /calendar/ChangeLog | |
parent | c3d13bf504be0f918e3c81f2015e881236618c41 (diff) | |
download | gsoc2013-evolution-d3fcb61bcb3da1e3baf9b579c7c98bd83a5ea51e.tar gsoc2013-evolution-d3fcb61bcb3da1e3baf9b579c7c98bd83a5ea51e.tar.gz gsoc2013-evolution-d3fcb61bcb3da1e3baf9b579c7c98bd83a5ea51e.tar.bz2 gsoc2013-evolution-d3fcb61bcb3da1e3baf9b579c7c98bd83a5ea51e.tar.lz gsoc2013-evolution-d3fcb61bcb3da1e3baf9b579c7c98bd83a5ea51e.tar.xz gsoc2013-evolution-d3fcb61bcb3da1e3baf9b579c7c98bd83a5ea51e.tar.zst gsoc2013-evolution-d3fcb61bcb3da1e3baf9b579c7c98bd83a5ea51e.zip |
Fixes #301350
2005-05-09 Rodrigo Moya <rodrigo@novell.com>
Fixes #301350
* gui/alarm-notify/alarm-queue.c (alarm_queue_init): install a timeout
handler to check, every 30 minutes, for not losing the midnight refresh.
(check_midnight_refresh): check the midnight refresh and if we missed it,
reload alarms.
(queue_midnight_refresh): made the midnight value be global.
svn path=/trunk/; revision=29321
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 27e5a8f463..ea711e6e01 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2005-05-09 Rodrigo Moya <rodrigo@novell.com> + + Fixes #301350 + + * gui/alarm-notify/alarm-queue.c (alarm_queue_init): install a timeout + handler to check, every 30 minutes, for not losing the midnight refresh. + (check_midnight_refresh): check the midnight refresh and if we missed it, + reload alarms. + (queue_midnight_refresh): made the midnight value be global. + 2005-05-09 Philip Van Hoof <pvanhoof@gnome.org> * gui/alarm-notify/*: Made the alarm-notify dialog |