changeset 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 c0da7c7231c2
children 3723ac957c77
files pidgin/gtksound.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);
 }