From: Eric W. <war...@us...> - 2001-11-30 21:16:31
|
Update of /cvsroot/gaim/gaim/src/protocols/napster In directory usw-pr-cvs1:/tmp/cvs-serv2552/src/protocols/napster Modified Files: napster.c Log Message: remove chat reason Index: napster.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/napster/napster.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- napster.c 2001/11/10 01:22:31 1.14 +++ napster.c 2001/11/30 21:16:27 1.15 @@ -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); |