aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-01-16 13:19:32 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-01-16 13:19:32 +0800
commit8c2bc05620e28699a6d4768791411a293a797015 (patch)
tree5df650d159c05b45a034557f52d5cf1b7e1fdc26 /calendar/ChangeLog
parentff24d3c2d19006428167a36a4fb46d551f259e4d (diff)
downloadgsoc2013-evolution-8c2bc05620e28699a6d4768791411a293a797015.tar
gsoc2013-evolution-8c2bc05620e28699a6d4768791411a293a797015.tar.gz
gsoc2013-evolution-8c2bc05620e28699a6d4768791411a293a797015.tar.bz2
gsoc2013-evolution-8c2bc05620e28699a6d4768791411a293a797015.tar.lz
gsoc2013-evolution-8c2bc05620e28699a6d4768791411a293a797015.tar.xz
gsoc2013-evolution-8c2bc05620e28699a6d4768791411a293a797015.tar.zst
gsoc2013-evolution-8c2bc05620e28699a6d4768791411a293a797015.zip
modified some code in alarm-queue.c that causes a crash while alarm-notification is
quit using "Quit" option in right click of the panel icon for alarm. svn path=/trunk/; revision=31191
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog17
1 files changed, 15 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index a4bd318540..5ee17a784b 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,4 +1,17 @@
-2005-01-13 Johnny Jacob <johnnyjacob@gmail.com>
+2006-01-16 P S Chakravarthi <pchakravarthi@novell.com>
+
+ Fixes a crash in alarm-daemon on selecting "Quit" in panel options
+ * gui/alarm-notify/alarm-queue.c (remove_client_alarms):
+ Removed the code loops through a list of ids generated.
+ used g_hash_table_foreach instead.
+ * gui/alarm-notify/alarm-queue.c (add_id_cb) : removed.
+ * gui/alarm-notify/alarm-queue.c (remove_comp_by_id) : added
+ * gui/alarm-notify/alarm-queue.c (alarm_queue_add_client) :
+ replaced g_str_equal with g_direct_equal in g_hash_table_new
+ to consider structure pointers rather than strings for keys.
+
+
+2006-01-13 Johnny Jacob <johnnyjacob@gmail.com>
Fixes #213660
* gui/dialogs/alarm-dialog.c (check_custom_sound):
@@ -9,7 +22,7 @@
save the path in gconf.
(calendar_config_get_dir_path): Added. Retrive the path from gconf.
-2005-01-13 Chenthill Palanisamy <pchenthill@novell.com>
+2006-01-13 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #320101
* gui/e-select-names-editable.c: