Fixes NB#138269, append @hotmail.com to the username if the user haven't inserted it
authorSergio Villar Senin <svillar@igalia.com>
Thu, 10 Sep 2009 09:34:24 +0000 (11:34 +0200)
committerSergio Villar Senin <svillar@igalia.com>
Fri, 11 Sep 2009 09:02:55 +0000 (11:02 +0200)
src/hildon2/modest-easysetup-wizard-dialog.c

index 8132255..9017334 100644 (file)
@@ -2147,7 +2147,7 @@ check_username_for_provider (const gchar *provider_id,
                             const gchar *domain,
                             gchar **username)
 {
-       gchar *providers_to_check[] = { "ovi.com", "yahoomailplus.com" };
+       gchar *providers_to_check[] = { "ovi.com", "yahoomailplus.com", "hotmail.com" };
        gint i;
        gboolean found = FALSE;
        gchar *old;