# HG changeset patch # User Sadrul Habib Chowdhury # Date 1276105009 0 # Node ID 48f41640adeea027d616dc1890c33463a5755595 # Parent aaec35719201ac38b09d8ccdc9a8360893860808# Parent 96d3f44d006db58517eba424e9d2aa6a177644fb merge of '6df484b58e54743f46465726f124c339a884768f' and 'a5baf7ca8907c15748c0a707d36aa836518b73ae' diff -r aaec35719201 -r 48f41640adee ChangeLog --- a/ChangeLog Wed Jun 09 16:58:41 2010 +0000 +++ b/ChangeLog Wed Jun 09 17:36:49 2010 +0000 @@ -1,6 +1,9 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul version 2.7.2 (??/??/????): + Pidgin: + * Re-focus the input area after clicking the attention toolbar button. + Finch: * Rebindable suggest-next-page and suggest-prev-page actions for textboxes (GntEntry) to scroll through list of suggestions. diff -r aaec35719201 -r 48f41640adee pidgin/gtkimhtmltoolbar.c --- a/pidgin/gtkimhtmltoolbar.c Wed Jun 09 16:58:41 2010 +0000 +++ b/pidgin/gtkimhtmltoolbar.c Wed Jun 09 17:36:49 2010 +0000 @@ -911,6 +911,7 @@ toggle_button_set_active_block(GTK_TOGGLE_BUTTON(attention), FALSE, toolbar); purple_prpl_send_attention(gc, who, 0); + gtk_widget_grab_focus(toolbar->imhtml); } static void update_buttons_cb(GtkIMHtml *imhtml, GtkIMHtmlButtons buttons, GtkIMHtmlToolbar *toolbar) @@ -1243,8 +1244,6 @@ {PIDGIN_STOCK_TOOLBAR_INSERT_LINK, insert_link_cb, &toolbar->link, _("Insert Link")}, {"", NULL, NULL, NULL}, {PIDGIN_STOCK_TOOLBAR_SMILEY, insert_smiley_cb, &toolbar->smiley, _("Insert Smiley")}, - /*{PIDGIN_STOCK_TOOLBAR_SEND_ATTENTION, send_attention_cb, - g_object_get_data(G_OBJECT(toolbar->imhtml), "attention"), _("Send Attention")},*/ {NULL, NULL, NULL, NULL} }; int iter;