diff src/gtkconv.c @ 4382:76223649765b

[gaim-migrate @ 4648] Raise window on events works again. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 22 Jan 2003 01:26:46 +0000
parents 194507c83612
children f7a84034f97f
line wrap: on
line diff
--- a/src/gtkconv.c	Wed Jan 22 00:35:29 2003 +0000
+++ b/src/gtkconv.c	Wed Jan 22 01:26:46 2003 +0000
@@ -3569,6 +3569,7 @@
 
 	gtkconv = GAIM_GTK_CONVERSATION(conv);
 
+	/* Play a sound, if specified in prefs. */
 	if (gtkconv->make_sound) {
 		if (flags & WFLAG_RECV) {
 			if (gtkconv->u.im->a_virgin &&
@@ -3597,6 +3598,7 @@
 
 	gtkconv = GAIM_GTK_CONVERSATION(conv);
 
+	/* Play a sound, if specified in prefs. */
 	if (gtkconv->make_sound) {
 		if (!(flags & WFLAG_WHISPER) && (flags & WFLAG_SEND))
 			play_sound(SND_CHAT_YOU_SAY);