diff finch/gntsound.c @ 32597:b960be0f3423

propagate from branch 'im.pidgin.pidgin' (head 31e040ab1b9ac3ec6250c3e89b47f8df06c03879) to branch 'im.pidgin.cpw.qulogic.gtk3' (head 1153f36f9a7f396da1c60c96af0b347a9739a948)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 28 Jul 2009 05:49:14 +0000
parents 3723ac957c77
children d6dff41a6d4c
line wrap: on
line diff
--- a/finch/gntsound.c	Tue Jul 28 05:47:09 2009 +0000
+++ b/finch/gntsound.c	Tue Jul 28 05:49:14 2009 +0000
@@ -214,7 +214,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);
 }