From 36a5571d794ae7a8f6688bea86796975b4b145a8 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 17 Oct 2003 08:26:26 +0000 Subject: *** empty log message *** --- ChangeLog | 6 ++++++ src/bookmarks/ephy-bookmarks-editor.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4a33c6715..07ad916cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-10-17 Ettore Perazzoli + + * src/bookmarks/ephy-bookmarks-editor.c + (ephy_bookmarks_editor_construct): Make the search entry grab the + focus, for added ease of use when using the keyboard. + 2003-10-15 Christian Persch * embed/mozilla/EventContext.cpp: diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index 333cbab1d..982f87f7e 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -1505,6 +1505,8 @@ ephy_bookmarks_editor_construct (EphyBookmarksEditor *editor) 130); set_columns_visibility (editor, details_value); + + gtk_widget_grab_focus (editor->priv->search_entry); } void -- cgit v1.2.3