# HG changeset patch # User Nathan Walp # Date 1098158340 0 # Node ID 1369e3ae9c9d4277cb014a6b7df4666e66d15e56 # Parent 1d3c9da4929f47206b8abd6565ac719e11e4a265 [gaim-migrate @ 11160] looking at oldstatus, this looks more correct (note to self: think first, commit second) committer: Tailor Script diff -r 1d3c9da4929f -r 1369e3ae9c9d src/protocols/napster/napster.c --- a/src/protocols/napster/napster.c Tue Oct 19 03:57:22 2004 +0000 +++ b/src/protocols/napster/napster.c Tue Oct 19 03:59:00 2004 +0000 @@ -289,9 +289,7 @@ break; case 202: /* MSG_SERVER_SEARCH_END */ - res = g_strsplit(buf, " ", 0); - gaim_prpl_got_user_status(account, res[0], "offline", NULL); - g_strfreev(res); + gaim_prpl_got_user_status(account, buf, "offline", NULL); break; case 205: /* MSG_CLIENT_PRIVMSG */