aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-editor.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-04-26 11:48:39 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:56 +0800
commitd2e0897fcffad81ad5e1518d9dcb969066b68412 (patch)
treec913ce92039d68569444dadb72d1b3bba50dce6d /calendar/gui/dialogs/event-editor.c
parent5bbc4cfb078d1d8d547e9b081194695a89473d9b (diff)
downloadgsoc2013-evolution-d2e0897fcffad81ad5e1518d9dcb969066b68412.tar
gsoc2013-evolution-d2e0897fcffad81ad5e1518d9dcb969066b68412.tar.gz
gsoc2013-evolution-d2e0897fcffad81ad5e1518d9dcb969066b68412.tar.bz2
gsoc2013-evolution-d2e0897fcffad81ad5e1518d9dcb969066b68412.tar.lz
gsoc2013-evolution-d2e0897fcffad81ad5e1518d9dcb969066b68412.tar.xz
gsoc2013-evolution-d2e0897fcffad81ad5e1518d9dcb969066b68412.tar.zst
gsoc2013-evolution-d2e0897fcffad81ad5e1518d9dcb969066b68412.zip
CompEditor cleanups.
Random cleanups from the account-mgmt branch, to reduce diff noise.
Diffstat (limited to 'calendar/gui/dialogs/event-editor.c')
-rw-r--r--calendar/gui/dialogs/event-editor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c
index 3e146ed96d..808df901d3 100644
--- a/calendar/gui/dialogs/event-editor.c
+++ b/calendar/gui/dialogs/event-editor.c
@@ -665,7 +665,8 @@ event_editor_edit_comp (CompEditor *editor, ECalComponent *comp)
e_meeting_attendee_set_edit_level (
ia, E_MEETING_ATTENDEE_EDIT_NONE);
- event_page_add_attendee (priv->event_page, ia);
+ comp_editor_page_add_attendee (
+ COMP_EDITOR_PAGE (priv->event_page), ia);
g_object_unref (ia);
}