From 33ac3d20ec528200b394a1ea25ef9646ad9a4af9 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Tue, 16 Jun 2009 14:43:35 +0200 Subject: [PATCH] Fixes NB#123040, get the default contacts model instead of creating an empty one --- src/hildon2/modest-address-book.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hildon2/modest-address-book.c b/src/hildon2/modest-address-book.c index f3f21ec..9f11f09 100644 --- a/src/hildon2/modest-address-book.c +++ b/src/hildon2/modest-address-book.c @@ -1022,7 +1022,7 @@ resolve_address (const gchar *address, info = g_slice_new0 (CheckNamesInfo); show_check_names_banner (info); - contact_model = osso_abook_contact_model_new (); + contact_model = osso_abook_contact_model_get_default (); if (!open_addressbook ()) { hide_check_names_banner (info); if (contact_model) { -- 1.7.9.5