diff -r d9079090f7fe -r f14347f38e3b pidgin/gtkimhtmltoolbar.c --- a/pidgin/gtkimhtmltoolbar.c Fri Jun 28 23:14:54 2013 +0530 +++ b/pidgin/gtkimhtmltoolbar.c Sat Jun 29 00:14:56 2013 +0530 @@ -1600,7 +1600,7 @@ /* gray out attention button on protocols that don't support it for the time being it is always disabled for chats */ gtk_widget_set_sensitive(toolbar->attention, - conv && prpl && purple_conversation_get_type(conv) == PURPLE_CONV_TYPE_IM && + conv && prpl && PURPLE_IS_IM_CONVERSATION(conv) && PURPLE_PLUGIN_PROTOCOL_INFO(prpl)->send_attention != NULL); }