aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@src.gnome.org>2004-08-04 12:32:12 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2004-08-04 12:32:12 +0800
commit016fe283c90de2b117d65bfefed00d99efd488cc (patch)
tree77625478c8427e385bea379a71da13b7bae43e5f /calendar/ChangeLog
parentc7692c5c30e604fd628e319f18d506031a3adc1f (diff)
downloadgsoc2013-evolution-016fe283c90de2b117d65bfefed00d99efd488cc.tar
gsoc2013-evolution-016fe283c90de2b117d65bfefed00d99efd488cc.tar.gz
gsoc2013-evolution-016fe283c90de2b117d65bfefed00d99efd488cc.tar.bz2
gsoc2013-evolution-016fe283c90de2b117d65bfefed00d99efd488cc.tar.lz
gsoc2013-evolution-016fe283c90de2b117d65bfefed00d99efd488cc.tar.xz
gsoc2013-evolution-016fe283c90de2b117d65bfefed00d99efd488cc.tar.zst
gsoc2013-evolution-016fe283c90de2b117d65bfefed00d99efd488cc.zip
Handle decline request by using update_item rather than remove_item, so
* gui/e-itip-control.c: (ok_clicked_cb): Handle decline request by using update_item rather than remove_item, so the backend receives the notification and can handle it. Also, do not rsvp if the backend has the 'save_schedule' capability. svn path=/trunk/; revision=26818
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 5bfbf97213..521a512666 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2004-08-04 Harish Krishnaswamy <kharish@novell.com>
+
+ * gui/e-itip-control.c: (ok_clicked_cb): Handle decline request by
+ using update_item rather than remove_item, so the backend receives
+ the notification and can handle it. Also, do not rsvp if the backend
+ has the 'save_schedule' capability.
+
2004-08-01 JP Rosevear <jpr@novell.com>
* conduits/todo/todo-conduit.c (todoconduit_load_configuration):