diff -r cf4e3e71bbc0 -r a943e8e69c5f pidgin/gtksound.c --- a/pidgin/gtksound.c Sat Aug 25 03:59:05 2007 +0000 +++ b/pidgin/gtksound.c Sat Aug 25 04:50:57 2007 +0000 @@ -114,7 +114,7 @@ play_conv_event(PurpleConversation *conv, PurpleSoundEventID event) { /* If we should not play the sound for some reason, then exit early */ - if (conv != NULL) + if (conv != NULL && PIDGIN_IS_PIDGIN_CONVERSATION(conv)) { PidginConversation *gtkconv; PidginWindow *win;