From 13acc57e51e0de4eb74941d39fc2a0fb341bf56e Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 10 Jul 2007 09:25:38 +0000 Subject: [PATCH] Patch for bug 60551. pmo-trunk-r2666 --- src/maemo/modest-address-book.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 1.7.9.5