* Fixes NB#100419, allow character space to be part of the username
authorSergio Villar Senin <svillar@igalia.com>
Wed, 4 Feb 2009 11:08:30 +0000 (11:08 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Wed, 4 Feb 2009 11:08:30 +0000 (11:08 +0000)
pmo-trunk-r7374

src/hildon2/modest-easysetup-wizard-dialog.c

index 246c0cd..9f1040f 100644 (file)
@@ -572,8 +572,6 @@ create_page_user_details (ModestEasysetupWizardDialog *self)
        
        /* Prevent the use of some characters in the username, 
         * as required by our UI specification: */
        
        /* Prevent the use of some characters in the username, 
         * as required by our UI specification: */
-       modest_validating_entry_set_unallowed_characters_whitespace (
-               MODEST_VALIDATING_ENTRY (priv->entry_user_username));
        modest_validating_entry_set_func(MODEST_VALIDATING_ENTRY(priv->entry_user_username),
                modest_utils_on_entry_invalid_character, self);
        
        modest_validating_entry_set_func(MODEST_VALIDATING_ENTRY(priv->entry_user_username),
                modest_utils_on_entry_invalid_character, self);