From: Sergio Villar Senin Date: Thu, 16 Oct 2008 11:45:40 +0000 (+0000) Subject: * Fixes NB#90182, let message view grab focus after closing the find toolbar X-Git-Tag: git_migration_finished~1152 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=6011f47430718f4b1b0fe5fd74484b5153103f53 * Fixes NB#90182, let message view grab focus after closing the find toolbar pmo-trunk-r6063 --- diff --git a/src/maemo/modest-msg-view-window.c b/src/maemo/modest-msg-view-window.c index af1f116..34778ba 100644 --- a/src/maemo/modest-msg-view-window.c +++ b/src/maemo/modest-msg-view-window.c @@ -1425,6 +1425,7 @@ modest_msg_view_window_toggle_find_toolbar (GtkToggleAction *toggle, hildon_find_toolbar_highlight_entry (HILDON_FIND_TOOLBAR (priv->find_toolbar), TRUE); } else { gtk_widget_hide (priv->find_toolbar); + modest_msg_view_grab_focus (MODEST_MSG_VIEW (priv->msg_view)); } /* update the toggle buttons status */