comparison src/protocols/oscar/oscar.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 8ceb67d1645e
children 9467e4ee81be
comparison
equal deleted inserted replaced
2819:bcc9d7a0015d 2820:b917845dad3c
1772 c = find_oscar_chat_by_conn(g, fr->conn); 1772 c = find_oscar_chat_by_conn(g, fr->conn);
1773 if (!c) 1773 if (!c)
1774 return 1; 1774 return 1;
1775 1775
1776 for (i = 0; i < count; i++) 1776 for (i = 0; i < count; i++)
1777 remove_chat_buddy(c->cnv, info[i].sn); 1777 remove_chat_buddy(c->cnv, info[i].sn, NULL);
1778 1778
1779 return 1; 1779 return 1;
1780 } 1780 }
1781 1781
1782 static int gaim_chat_info_update(aim_session_t *sess, aim_frame_t *fr, ...) { 1782 static int gaim_chat_info_update(aim_session_t *sess, aim_frame_t *fr, ...) {