aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-list-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/e-meeting-list-view.c')
-rw-r--r--calendar/gui/e-meeting-list-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-list-view.c b/calendar/gui/e-meeting-list-view.c
index 32aa1d3a0e..980370e3af 100644
--- a/calendar/gui/e-meeting-list-view.c
+++ b/calendar/gui/e-meeting-list-view.c
@@ -771,7 +771,7 @@ process_section (EMeetingListView *view, GList *destinations, icalparameter_role
gchar *uri = e_contact_get (contact, E_CONTACT_BOOK_URI);
dialog = e_name_selector_peek_dialog (view->priv->name_selector);
- c_store = dialog->name_selector_model->contact_store;
+ c_store = e_name_selector_dialog_peek_model (dialog)->contact_store;
books = e_contact_store_get_books (c_store);
for (l = books; l; l = l->next) {