Mercurial > pidgin
changeset 10123:1369e3ae9c9d
[gaim-migrate @ 11160]
looking at oldstatus, this looks more correct
(note to self: think first, commit second)
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Tue, 19 Oct 2004 03:59:00 +0000 |
parents | 1d3c9da4929f |
children | b4efa002dad8 |
files | src/protocols/napster/napster.c |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 */