X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-address-book.c;h=be1db54a0dcc970fa2f1e2ae4505821739304211;hp=0f81b8a5b9a1ada20428f0090d4f9c833fee7e7a;hb=38d749525e49d48344543d54c7f60c044c347c3f;hpb=27c56e5d5b5707c9099459e4ce7e33053fb1c2ab;ds=sidebyside diff --git a/src/maemo/modest-address-book.c b/src/maemo/modest-address-book.c index 0f81b8a..be1db54 100644 --- a/src/maemo/modest-address-book.c +++ b/src/maemo/modest-address-book.c @@ -875,7 +875,7 @@ resolve_address (const gchar *address, GSList **resolved_addresses, gchar **cont if (resolved_contacts == NULL) { /* no matching contacts for the search string */ - modest_platform_run_information_dialog (NULL, _("mcen_nc_no_matching_contacts")); + modest_platform_run_information_dialog (NULL, _("mcen_nc_no_matching_contacts"), FALSE); return FALSE; }