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
committerMatthew Barnes <mbarnes@redhat.com>2011-04-26 12:04:39 +0800
commit831e7616c7aee818a304c962bf6007d03a29c2ed (patch)
tree7395926683411b6eee2a8595c68c0cdae184f498 /calendar/gui/dialogs/event-editor.c
parent6c62a6cc48086f50f9c957f9720ef75a416f8305 (diff)
downloadgsoc2013-evolution-831e7616c7aee818a304c962bf6007d03a29c2ed.tar
gsoc2013-evolution-831e7616c7aee818a304c962bf6007d03a29c2ed.tar.gz
gsoc2013-evolution-831e7616c7aee818a304c962bf6007d03a29c2ed.tar.bz2
gsoc2013-evolution-831e7616c7aee818a304c962bf6007d03a29c2ed.tar.lz
gsoc2013-evolution-831e7616c7aee818a304c962bf6007d03a29c2ed.tar.xz
gsoc2013-evolution-831e7616c7aee818a304c962bf6007d03a29c2ed.tar.zst
gsoc2013-evolution-831e7616c7aee818a304c962bf6007d03a29c2ed.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);
}