From d3fcb61bcb3da1e3baf9b579c7c98bd83a5ea51e Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 10 May 2005 08:17:03 +0000 Subject: Fixes #301350 2005-05-09 Rodrigo Moya 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 --- calendar/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'calendar/ChangeLog') 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 + + 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 * gui/alarm-notify/*: Made the alarm-notify dialog -- cgit