From 42e592068137735a8dd79323ab9b88890b43a6b6 Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Wed, 18 Aug 2004 14:42:19 +0000 Subject: initialize the mutext needed to prevent concurrect access 2004-08-18 Sivaiah Nallagatla * gui/alarm-notify/alarm-notify.c (alarm-notify_init) : initialize the mutext needed to prevent concurrect access priv->uri_clients_hash. Also install a timeout handler for loading sources which requires auth later (alarm_notify_finalize) : free the new mutex (load_calendars_cb) : call back which adds sources again after one minute (alarm_notify_add_calendar) : lock ad unlock the new mutex before and after accessing uri_clients_hash svn path=/trunk/; revision=26962 --- calendar/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d72fc88091..aaae28ea0f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2004-08-18 Sivaiah Nallagatla + + * gui/alarm-notify/alarm-notify.c (alarm-notify_init) : + initialize the mutext needed to prevent concurrect access + priv->uri_clients_hash. Also install a timeout handler for + loading sources which requires auth later + (alarm_notify_finalize) : free the new mutex + (load_calendars_cb) : call back which adds sources again after + one minute + (alarm_notify_add_calendar) : lock ad unlock the new mutex + before and after accessing uri_clients_hash + + 2004-08-16 JP Rosevear Fixes #62706 -- cgit