From: Sean E. <sea...@us...> - 2002-05-06 19:30:09
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv1251/src Modified Files: buddy_chat.c Log Message: Would you believe this was all just a big prank? Index: buddy_chat.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/buddy_chat.c,v retrieving revision 1.149 retrieving revision 1.150 diff -u -d -r1.149 -r1.150 --- buddy_chat.c 6 May 2002 19:17:14 -0000 1.149 +++ buddy_chat.c 6 May 2002 19:30:04 -0000 1.150 @@ -722,7 +722,7 @@ } if (flag & WFLAG_RECV && b->makesound) { - if (flags & WFLAG_NICK && (sound_options & OPT_SOUND_CHAT_NICK)) { + if (flag & WFLAG_NICK && (sound_options & OPT_SOUND_CHAT_NICK)) { play_sound(SND_CHAT_NICK); } else { play_sound(SND_CHAT_SAY); |