From 2c179c6de98778e0b63d3a81dddee6808d05ff55 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 16 Oct 2008 17:10:14 +0000 Subject: [PATCH] * Ported fix for NB#90182 to hildon2 code pmo-trunk-r6069 --- src/hildon2/modest-msg-view-window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hildon2/modest-msg-view-window.c b/src/hildon2/modest-msg-view-window.c index 07af2f3..562b989 100644 --- a/src/hildon2/modest-msg-view-window.c +++ b/src/hildon2/modest-msg-view-window.c @@ -1430,6 +1430,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 */ -- 1.7.9.5