From 59d7e9ed76abf0548b39c26796567187933b19d4 Mon Sep 17 00:00:00 2001 From: Johannes Schmid Date: Thu, 26 Jul 2012 11:16:38 +0200 Subject: [PATCH] document-manager: bgo#680554 - entry of find in files doesn't get focused --- plugins/document-manager/search-files.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/document-manager/search-files.c b/plugins/document-manager/search-files.c index d0d8e012c..56274b92f 100644 --- a/plugins/document-manager/search-files.c +++ b/plugins/document-manager/search-files.c @@ -874,4 +874,6 @@ void search_files_present (SearchFiles* sf) anjuta_shell_present_widget(sf->priv->docman->shell, sf->priv->main_box, NULL); + + gtk_widget_grab_focus (sf->priv->search_entry); } -- 2.11.4.GIT