# HG changeset patch # User Sean Egan # Date 1172785977 0 # Node ID f403bc58ba078f8995ecf366333cd991db6cfecb # Parent 74923b83e04263ec8c17f2916e1f2057bb102769 Don't format ICQ UINs diff -r 74923b83e042 -r f403bc58ba07 libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Thu Mar 01 21:48:46 2007 +0000 +++ b/libpurple/protocols/oscar/oscar.c Thu Mar 01 21:52:57 2007 +0000 @@ -3592,7 +3592,8 @@ if (gaim_account_get_user_info(account) != NULL) serv_set_info(gc, gaim_account_get_user_info(account)); - oscar_format_screenname(gc, account->username); + if (!od->icq) + oscar_format_screenname(gc, account->username); /* Set our available message based on the current status */ status = gaim_account_get_active_status(account);