diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-03-23 17:31:32 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2006-03-23 17:31:32 +0800 |
commit | 9641c77bb2d379054a1f9535e1f3a55b15165c56 (patch) | |
tree | 7cc3879e9e042a1506e6781191f5e41d0d258807 /calendar/gui/dialogs/task-page.c | |
parent | f0d14fd48bac4afcca6e3ce76f4f4d1afab76048 (diff) | |
download | gsoc2013-evolution-9641c77bb2d379054a1f9535e1f3a55b15165c56.tar.gz gsoc2013-evolution-9641c77bb2d379054a1f9535e1f3a55b15165c56.tar.zst gsoc2013-evolution-9641c77bb2d379054a1f9535e1f3a55b15165c56.zip |
Fixes #329502
svn path=/trunk/; revision=31742
Diffstat (limited to 'calendar/gui/dialogs/task-page.c')
-rw-r--r-- | calendar/gui/dialogs/task-page.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c index b449c62995..bd354d7bd3 100644 --- a/calendar/gui/dialogs/task-page.c +++ b/calendar/gui/dialogs/task-page.c @@ -712,6 +712,7 @@ task_page_fill_widgets (CompEditorPage *page, ECalComponent *comp) e_meeting_attendee_set_status (priv->ia, ICAL_PARTSTAT_NEEDSACTION); else e_meeting_attendee_set_status (priv->ia, ICAL_PARTSTAT_ACCEPTED); + e_meeting_list_view_add_attendee_to_name_selector (E_MEETING_LIST_VIEW (priv->list_view), priv->ia); } } } |