# HG changeset patch # User Mark Doliner # Date 1081214391 0 # Node ID de3d7eb3fc86f416c9a2e9819370c579562ab1ad # Parent 72a0759a37a2223d557dd6449a5eebfdd274af58 [gaim-migrate @ 9341] Hunkahunkaburninlove committer: Tailor Script diff -r 72a0759a37a2 -r de3d7eb3fc86 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Tue Apr 06 01:06:45 2004 +0000 +++ b/src/protocols/oscar/oscar.c Tue Apr 06 01:19:51 2004 +0000 @@ -700,14 +700,12 @@ gaim_debug(GAIM_DEBUG_MISC, "oscar", "oscar_login: gc = %p\n", gc); -#if 0 if (!aim_snvalid(gaim_account_get_username(account))) { gchar *buf; - buf = g_strdup_printf(_("Unable to login: Could not sign on as %s because the screen name is invalid. Screen names must either start with a letter and contain only letters, numbers and spaces, or contain only numbers."), name); + buf = g_strdup_printf(_("Unable to login: Could not sign on as %s because the screen name is invalid. Screen names must either start with a letter and contain only letters, numbers and spaces, or contain only numbers."), gaim_account_get_username(account)); gaim_connection_error(gc, buf); g_free(buf); } -#endif if (isdigit(*(gaim_account_get_username(account)))) { od->icq = TRUE;