From dc3973b535b902ff1e7b69a5c71a832657de22a7 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 21 Aug 2009 12:33:28 +0200 Subject: Bug #592551 - Build break fix caused by bug #581288 --- calendar/gui/e-meeting-list-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui/e-meeting-list-view.c') diff --git a/calendar/gui/e-meeting-list-view.c b/calendar/gui/e-meeting-list-view.c index d4b87fc270..29a4f535d3 100644 --- a/calendar/gui/e-meeting-list-view.c +++ b/calendar/gui/e-meeting-list-view.c @@ -774,7 +774,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) { -- cgit v1.2.3