--- a/finch/gntsound.c Fri May 23 00:11:01 2014 +0200 +++ b/finch/gntsound.c Fri May 23 09:20:34 2014 +0200 @@ -208,7 +208,7 @@ PurpleSoundEventID event) { PurpleIMConversation *im = purple_conversations_find_im_with_account( - purple_message_get_who(msg), account); + purple_message_get_recipient(msg), account); play_conv_event(PURPLE_CONVERSATION(im), event); }