From: Dirk-Jan C. Binnema Date: Tue, 10 Jul 2007 09:25:38 +0000 (+0000) Subject: Patch for bug 60551. X-Git-Tag: git_migration_finished~2872 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=13acc57e51e0de4eb74941d39fc2a0fb341bf56e;hp=9050c48d211f9c73bee9f157ed2b72e77df350c6 Patch for bug 60551. pmo-trunk-r2666 --- diff --git a/src/maemo/modest-address-book.c b/src/maemo/modest-address-book.c index 1d16bc6..53626b4 100644 --- a/src/maemo/modest-address-book.c +++ b/src/maemo/modest-address-book.c @@ -37,6 +37,7 @@ #include #include #include "modest-hildon-includes.h" +#include "modest-platform.h" #include #include #include @@ -753,7 +754,7 @@ resolve_address (const gchar *address, GSList **resolved_addresses, gchar **cont if (resolved_contacts == NULL) { /* no matching contacts for the search string */ - hildon_banner_show_information (NULL, NULL, _("mcen_nc_no_matching_contacts")); + modest_platform_run_information_dialog (NULL, _("mcen_nc_no_matching_contacts")); return FALSE; }