diff -r 4fc616843cb2 -r 68c776e3436e pidgin/gtkconv.c --- a/pidgin/gtkconv.c Thu Jun 27 23:00:47 2013 +0530 +++ b/pidgin/gtkconv.c Fri Jun 28 01:42:32 2013 +0530 @@ -10645,7 +10645,7 @@ conv = convs->data; - if (PURPLE_IS_IM_CONVERSATION(conv->active_conv) == type) + if (PURPLE_IS_IM_CONVERSATION(conv->active_conv)) return win; } } @@ -10696,7 +10696,7 @@ conv = convs->data; - if (PURPLE_IS_CHAT_CONVERSATION(conv->active_conv) == type) + if (PURPLE_IS_CHAT_CONVERSATION(conv->active_conv)) return win; } }