aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a33c6715..07ad916cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-10-17 Ettore Perazzoli <ettore@ximian.com>
+
+ * 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 <chpe@cvs.gnome.org>
* 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