comparison src/protocols/oscar/oscar.c @ 9846:c28d5b45624e

[gaim-migrate @ 10724] A patch from Nathan Fredrickson that should make Gaim not play sounds for people joining chats when you join chat. Um, his explanation is better: http://sourceforge.net/tracker/index.php?func=detail&aid=1008904&group_id=235&atid=300235 committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 24 Aug 2004 04:12:28 +0000
parents 0d02a51ea1c3
children aef5f316b746
comparison
equal deleted inserted replaced
9845:7c459857f1c2 9846:c28d5b45624e
4303 c = find_oscar_chat_by_conn(g, fr->conn); 4303 c = find_oscar_chat_by_conn(g, fr->conn);
4304 if (!c) 4304 if (!c)
4305 return 1; 4305 return 1;
4306 4306
4307 for (i = 0; i < count; i++) 4307 for (i = 0; i < count; i++)
4308 gaim_conv_chat_add_user(GAIM_CONV_CHAT(c->conv), info[i].sn, NULL, GAIM_CBFLAGS_NONE); 4308 gaim_conv_chat_add_user(GAIM_CONV_CHAT(c->conv), info[i].sn, NULL, GAIM_CBFLAGS_NONE, TRUE);
4309 4309
4310 return 1; 4310 return 1;
4311 } 4311 }
4312 4312
4313 static int gaim_conv_chat_leave(aim_session_t *sess, aim_frame_t *fr, ...) { 4313 static int gaim_conv_chat_leave(aim_session_t *sess, aim_frame_t *fr, ...) {