From 92315fc8f7520d2fe14f164cbe5e21aec5bd5b0c Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 10 Aug 2007 08:53:56 +0000 Subject: 2007-08-10 mcrha Fix for bug #351552 svn path=/trunk/; revision=33975 --- calendar/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4de75a6da4..28bc9905b8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2007-08-10 Milan Crha + + ** Fix for bug #351552 + + * gui/alarm-notify/alarm-queue.h: (alarm_queue_remove_client): + * gui/alarm-notify/alarm-queue.c: (alarm_queue_remove_client): + Added new parameter to free immediately, not by thread. + * gui/alarm-notify/alarm-notify.c: (dequeue_client), + (alarm_notify_remove_calendar): Using alarm_queue_remove_client. + + * gui/alarm-notify/alarm-notify.c: (alarm_notify_add_calendar): + Fixed critical warning with e_passwords for calendars without + 'auth-domain' property (will use name instead). + 2007-08-06 Milan Crha ** Partially fix bug #401533 -- cgit