aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorSivaiah Nallagatla <snallagatla@novell.com>2004-08-18 22:42:19 +0800
committerSivaiah Nallagatla <siva@src.gnome.org>2004-08-18 22:42:19 +0800
commit42e592068137735a8dd79323ab9b88890b43a6b6 (patch)
tree597cdaa7aac96d954f05e142ba88a8468f521c5a /calendar/ChangeLog
parent8f99abddaeb1e3e53ac77eaa58561e00a3311f14 (diff)
downloadgsoc2013-evolution-42e592068137735a8dd79323ab9b88890b43a6b6.tar.gz
gsoc2013-evolution-42e592068137735a8dd79323ab9b88890b43a6b6.tar.zst
gsoc2013-evolution-42e592068137735a8dd79323ab9b88890b43a6b6.zip
initialize the mutext needed to prevent concurrect access
2004-08-18 Sivaiah Nallagatla <snallagatla@novell.com> * 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog13
1 files changed, 13 insertions, 0 deletions
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 <snallagatla@novell.com>
+
+ * 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 <jpr@ximian.com>
Fixes #62706