aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorSuman Manjunath <msuman@src.gnome.org>2009-01-30 17:38:57 +0800
committerSuman Manjunath <msuman@src.gnome.org>2009-01-30 17:38:57 +0800
commitdfdaafa8816cf75e3a9a482c1bcbf4b54c331935 (patch)
treece47168a67c21a06e015e15f7e0ad507641c7898 /calendar/ChangeLog
parentd4d9c8155982362c95c256e851d14d63f3ee7fbd (diff)
downloadgsoc2013-evolution-dfdaafa8816cf75e3a9a482c1bcbf4b54c331935.tar
gsoc2013-evolution-dfdaafa8816cf75e3a9a482c1bcbf4b54c331935.tar.gz
gsoc2013-evolution-dfdaafa8816cf75e3a9a482c1bcbf4b54c331935.tar.bz2
gsoc2013-evolution-dfdaafa8816cf75e3a9a482c1bcbf4b54c331935.tar.lz
gsoc2013-evolution-dfdaafa8816cf75e3a9a482c1bcbf4b54c331935.tar.xz
gsoc2013-evolution-dfdaafa8816cf75e3a9a482c1bcbf4b54c331935.tar.zst
gsoc2013-evolution-dfdaafa8816cf75e3a9a482c1bcbf4b54c331935.zip
Fix for bug #450554 (bugzilla.novell.com) - Remove all attendees from the list-view and name-selector before populating it on 'event_changed' callback.
svn path=/trunk/; revision=37191
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 4d8d9da7a7..a52a0faeb6 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,21 @@
+2009-01-30 Suman Manjunath <msuman@novell.com>
+
+ ** Fix for bug #450554 (bugzilla.novell.com)
+
+ * gui/dialogs/event-editor.c (event_editor_edit_comp):
+ * gui/dialogs/event-page.c (event_page_remove_all_attendees):
+ * gui/dialogs/event-page.h:
+ Remove all attendees from the list-view and name-selector before
+ populating it on 'event_changed' callback.
+ * gui/e-meeting-list-view.c
+ (e_meeting_list_view_remove_attendee_from_name_selector),
+ (e_meeting_list_view_remove_all_attendees_from_name_selector):
+ Fix the GtkTreePath when iterating over the attendee list. It used
+ to cause a mis-match between the model and the view (critical)
+ * gui/e-meeting-list-view.h:
+ * gui/e-meeting-store.c (e_meeting_store_remove_all_attendees):
+ New function added.
+
2009-01-30 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #463602 (bnc)