changeset 3227:671667425d27

[gaim-migrate @ 3244] Would you believe this was all just a big prank? committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 06 May 2002 19:30:04 +0000
parents aba6ee7f8aba
children 5da7dae50d87
files src/buddy_chat.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buddy_chat.c	Mon May 06 19:17:14 2002 +0000
+++ b/src/buddy_chat.c	Mon May 06 19:30:04 2002 +0000
@@ -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);