Thu, 30 Oct 2008 21:00:25 +0000
merge of '03d3f60c959d6bb7240c886be4c0066be8e197a0'
and 'a799d27e297409e13ea7527689b00bba4f82cd51'
--- a/pidgin/gtkimhtmltoolbar.c Wed Oct 29 21:38:15 2008 +0000 +++ b/pidgin/gtkimhtmltoolbar.c Thu Oct 30 21:00:25 2008 +0000 @@ -920,6 +920,8 @@ const gchar *who = purple_conversation_get_name(conv); PurpleConnection *gc = purple_conversation_get_gc(conv); + toggle_button_set_active_block(GTK_TOGGLE_BUTTON(toolbar->attention), FALSE, + toolbar); purple_conversation_attention(conv, who, 0, PURPLE_MESSAGE_SEND, time(NULL)); purple_prpl_send_attention(gc, who, 0); }