# HG changeset patch # User Christian Hammond # Date 1053855584 0 # Node ID 2a57266df5f6aebe1757f8fd7b11817ac3b868b5 # Parent b87d7459e7d22cbf8a0011d6e8f43a87e8dd3f2b [gaim-migrate @ 5907] Fixed the MSN friendly name bug. committer: Tailor Script diff -r b87d7459e7d2 -r 2a57266df5f6 src/protocols/msn/notification.c --- a/src/protocols/msn/notification.c Sun May 25 09:32:15 2003 +0000 +++ b/src/protocols/msn/notification.c Sun May 25 09:39:44 2003 +0000 @@ -268,8 +268,12 @@ /* We're either getting the challenge or the OK. Let's find out. */ if (!g_ascii_strcasecmp(params[1], "OK")) { + const char *friendly = params[3]; + /* OK */ + g_snprintf(gc->displayname, sizeof(gc->displayname), "%s", friendly); + session->syncing_lists = TRUE; if (!msn_servconn_send_command(servconn, "SYN", "0")) {