aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-09-08 14:53:05 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-09-08 14:53:05 +0800
commit107fd458c200984cc3e670d86949670c4b12491c (patch)
tree532585f64c8e0e525fcb25ef831bae1c41d1ea45 /calendar/ChangeLog
parent243a37a86f2577974db1fd01080bedffb65156f3 (diff)
downloadgsoc2013-evolution-107fd458c200984cc3e670d86949670c4b12491c.tar
gsoc2013-evolution-107fd458c200984cc3e670d86949670c4b12491c.tar.gz
gsoc2013-evolution-107fd458c200984cc3e670d86949670c4b12491c.tar.bz2
gsoc2013-evolution-107fd458c200984cc3e670d86949670c4b12491c.tar.lz
gsoc2013-evolution-107fd458c200984cc3e670d86949670c4b12491c.tar.xz
gsoc2013-evolution-107fd458c200984cc3e670d86949670c4b12491c.tar.zst
gsoc2013-evolution-107fd458c200984cc3e670d86949670c4b12491c.zip
Fixes #343409.
svn path=/trunk/; revision=32749
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 22b7d64921..1b1f5d7194 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,14 @@
+2006-09-08 Chenthill Palanisamy <pchenthill@novell.com>
+
+ Fixes #343409
+ * gui/e-select-names-editable.c:
+ (e_select_names_editable_get_emails),
+ (e_select_names_editable_get_name),
+ (e_select_names_editable_get_names): Reverting the
+ fix for the bug 320101 as it breaks delegation feature.
+ * gui/e-meeting-list-view.c: (attendee_edited_cb): copy
+ the delfrom parameter from the attendee being edited.
+
2006-09-01 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #353763