diff options
Diffstat (limited to 'calendar/gui/e-meeting-store.c')
-rw-r--r-- | calendar/gui/e-meeting-store.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-meeting-store.c b/calendar/gui/e-meeting-store.c index bd89a46f83..9aba639232 100644 --- a/calendar/gui/e-meeting-store.c +++ b/calendar/gui/e-meeting-store.c @@ -80,8 +80,8 @@ static GObjectClass *parent_class = NULL; static void start_addressbook_server (EMeetingStore *store) { - store->priv->ebook = e_book_new (); - e_book_load_local_addressbook (store->priv->ebook, NULL); + store->priv->ebook = e_book_new_system_addressbook (NULL); + e_book_open (store->priv->ebook, FALSE, NULL); } static icalparameter_cutype |