diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-16 18:16:28 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-01-16 18:16:28 +0800 |
commit | 3732aabca58ffd28487a1d7dc8c449e216a20917 (patch) | |
tree | 35111f748ebc066ef617cf668b2ade01d291163c /calendar/ChangeLog | |
parent | a8c524431cda84242653dfd7e8db028e5b0f58a3 (diff) | |
download | gsoc2013-evolution-3732aabca58ffd28487a1d7dc8c449e216a20917.tar.gz gsoc2013-evolution-3732aabca58ffd28487a1d7dc8c449e216a20917.tar.zst gsoc2013-evolution-3732aabca58ffd28487a1d7dc8c449e216a20917.zip |
changes in alarm-queue.c to fix two bugs 324889 and 324816. The code that
handles the toggle of a calendar to be (not to be) included for alarms on
"Configure Alarms" (right click alarm-notify panel icon) is faulty and is
modified.
svn path=/trunk/; revision=31210
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e4dbe10697..24ff9607b3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,16 @@ 2006-01-16 P S Chakravarthi <pchakravarthi@novell.com> + Fixes #324816 #324889 + + * gui/alarm-notify/alarm-queue.c : menu_item_toggle_callback : + revised the code to use only e_source_group_add_source and + e_source_group_remove_source alone to update gconf rather than + explicit updating of the gconf xml + [along with a patch in e-source-list.c] + + +2006-01-16 P S Chakravarthi <pchakravarthi@novell.com> + Minor Feature: Reply and Reply all for calendar items of clients that support such facility (personal, exchange). |