diff pidgin/gtksound.c @ 27687:527836da73d1

Minor cleanup: this callback is only triggered for IMs.
author Paul Aurich <paul@darkrain42.org>
date Sun, 26 Jul 2009 00:19:59 +0000
parents b162300ab1e7
children 08f8d45e3a14 224f9674a57e 338d6a211055
line wrap: on
line diff
--- a/pidgin/gtksound.c	Sat Jul 25 23:57:26 2009 +0000
+++ b/pidgin/gtksound.c	Sun Jul 26 00:19:59 2009 +0000
@@ -158,7 +158,7 @@
 			   const char *message, PurpleSoundEventID event)
 {
 	PurpleConversation *conv = purple_find_conversation_with_account(
-		PURPLE_CONV_TYPE_ANY, receiver, account);
+		PURPLE_CONV_TYPE_IM, receiver, account);
 	play_conv_event(conv, event);
 }