aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-04-17 23:39:48 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-04-17 23:39:48 +0800
commit2c4e906e2f15d3894185f69e498ebd7622f992df (patch)
treed09b1f0b6f1428f1556cb0ec6e0f1ffe7c27193f /calendar/ChangeLog
parent9c3df9559c86ed9ad69409fe5b92328832d94497 (diff)
downloadgsoc2013-evolution-2c4e906e2f15d3894185f69e498ebd7622f992df.tar
gsoc2013-evolution-2c4e906e2f15d3894185f69e498ebd7622f992df.tar.gz
gsoc2013-evolution-2c4e906e2f15d3894185f69e498ebd7622f992df.tar.bz2
gsoc2013-evolution-2c4e906e2f15d3894185f69e498ebd7622f992df.tar.lz
gsoc2013-evolution-2c4e906e2f15d3894185f69e498ebd7622f992df.tar.xz
gsoc2013-evolution-2c4e906e2f15d3894185f69e498ebd7622f992df.tar.zst
gsoc2013-evolution-2c4e906e2f15d3894185f69e498ebd7622f992df.zip
Fixes #34498
2003-04-17 Rodrigo Moya <rodrigo@ximian.com> Fixes #34498 * gui/alarm-notify/alarm-queue.c: added a 'uid' field to the CompQueuedAlarms structure. (remove_queued_alarm): free the 'uid' field when freeing the structure. (add_component_alarms): g_strdup the component's UID and use that as the key for the hash table. svn path=/trunk/; revision=20879
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d4f3d1723a..ae5e563440 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,14 @@
+2003-04-17 Rodrigo Moya <rodrigo@ximian.com>
+
+ Fixes #34498
+
+ * gui/alarm-notify/alarm-queue.c: added a 'uid' field to the
+ CompQueuedAlarms structure.
+ (remove_queued_alarm): free the 'uid' field when freeing the
+ structure.
+ (add_component_alarms): g_strdup the component's UID and use that as
+ the key for the hash table.
+
2003-04-16 Rodrigo Moya <rodrigo@ximian.com>
Fixes #41129, #41215, #41221, #41256