From 2c42e651cc7c81b3b48adbab9a9a3c80cc32b215 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Wed, 4 Feb 2009 11:08:30 +0000 Subject: [PATCH] * Fixes NB#100419, allow character space to be part of the username pmo-trunk-r7374 --- src/hildon2/modest-easysetup-wizard-dialog.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hildon2/modest-easysetup-wizard-dialog.c b/src/hildon2/modest-easysetup-wizard-dialog.c index 246c0cd..9f1040f 100644 --- a/src/hildon2/modest-easysetup-wizard-dialog.c +++ b/src/hildon2/modest-easysetup-wizard-dialog.c @@ -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: */ - 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); -- 1.7.9.5