pidgin/gtksound.c

branch
sadrul.conv.persistent
changeset 19591
a943e8e69c5f
parent 19564
6f04c6ab2897
child 19849
e8a23f4721f0
equal deleted inserted replaced
19590:cf4e3e71bbc0 19591:a943e8e69c5f
112 */ 112 */
113 static void 113 static void
114 play_conv_event(PurpleConversation *conv, PurpleSoundEventID event) 114 play_conv_event(PurpleConversation *conv, PurpleSoundEventID event)
115 { 115 {
116 /* If we should not play the sound for some reason, then exit early */ 116 /* If we should not play the sound for some reason, then exit early */
117 if (conv != NULL) 117 if (conv != NULL && PIDGIN_IS_PIDGIN_CONVERSATION(conv))
118 { 118 {
119 PidginConversation *gtkconv; 119 PidginConversation *gtkconv;
120 PidginWindow *win; 120 PidginWindow *win;
121 gboolean has_focus; 121 gboolean has_focus;
122 122

mercurial