X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-easysetup-wizard-dialog.c;h=b2a3b5585ac7f1f34b2dbdffabd9cd970217b38b;hb=81e12ef7b4138298662137f3494d86dc3232c6e0;hp=901733492f0e90afa562e6504de31d513dcf0684;hpb=e04eff8eb4307e9dc6763958d6cc8ab1bb370849;p=modest diff --git a/src/hildon2/modest-easysetup-wizard-dialog.c b/src/hildon2/modest-easysetup-wizard-dialog.c index 9017334..b2a3b55 100644 --- a/src/hildon2/modest-easysetup-wizard-dialog.c +++ b/src/hildon2/modest-easysetup-wizard-dialog.c @@ -1946,7 +1946,7 @@ on_before_next (ModestWizardDialog *dialog, GtkWidget *current_page, GtkWidget * if (name_in_use) { /* Warn the user via a dialog: */ - hildon_banner_show_information(NULL, NULL, _("mail_ib_account_name_already_existing")); + modest_platform_system_banner(NULL, NULL, _("mail_ib_account_name_already_existing")); return FALSE; } @@ -1962,7 +1962,7 @@ on_before_next (ModestWizardDialog *dialog, GtkWidget *current_page, GtkWidget * if (!modest_text_utils_validate_email_address (email_address, NULL)) { /* Warn the user via a dialog: */ - hildon_banner_show_information (NULL, NULL, _("mcen_ib_invalid_email")); + modest_platform_system_banner (NULL, NULL, _("mcen_ib_invalid_email")); /* Return focus to the email address entry: */ gtk_widget_grab_focus (priv->entry_user_email);