Mercurial > pidgin.yaz
diff src/protocols/napster/napster.c @ 2820:b917845dad3c
[gaim-migrate @ 2833]
remove chat reason
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Fri, 30 Nov 2001 21:16:28 +0000 |
parents | 8a84f2bb1716 |
children | b1e300a85678 |
line wrap: on
line diff
--- a/src/protocols/napster/napster.c Fri Nov 30 09:51:23 2001 +0000 +++ b/src/protocols/napster/napster.c Fri Nov 30 21:16:28 2001 +0000 @@ -257,7 +257,7 @@ channel = find_channel_by_name(gc, res[0]); convo = find_conversation_by_id(gc, channel->id); - remove_chat_buddy(convo, res[1]); + remove_chat_buddy(convo, res[1], NULL); g_strfreev(res); g_free(buf);