[Epiphany] History window patch



On Fri, 2003-10-17 at 04:01, Ettore Perazzoli wrote:
> On Fri, 2003-10-17 at 09:39, Marco Pesenti Gritti wrote:
> > This sounds like a good idea to me, probably we should do the same for
> > history.

Patch for the history window attached.

-- 
Ettore Perazzoli <ettore@ximian.com>
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/epiphany/ChangeLog,v
retrieving revision 1.820.2.46
diff -u -p -r1.820.2.46 ChangeLog
--- ChangeLog	17 Oct 2003 11:19:15 -0000	1.820.2.46
+++ ChangeLog	18 Oct 2003 19:44:38 -0000
@@ -1,3 +1,8 @@
+2003-10-18  Ettore Perazzoli  <ettore@perazzoli.org>
+
+	* src/ephy-history-window.c (ephy_history_window_construct): Grab
+	the focus on the search entry here as well.
+
 2003-10-17  Marco Pesenti Gritti  <marco@gnome.org>
 
 	* src/bookmarks/ephy-bookmarks-editor.c:
Index: src/ephy-history-window.c
===================================================================
RCS file: /cvs/gnome/epiphany/src/ephy-history-window.c,v
retrieving revision 1.37.2.1
diff -u -p -r1.37.2.1 ephy-history-window.c
--- src/ephy-history-window.c	25 Sep 2003 14:46:34 -0000	1.37.2.1
+++ src/ephy-history-window.c	18 Oct 2003 19:44:42 -0000
@@ -1104,6 +1104,8 @@ ephy_history_window_construct (EphyHisto
 	ephy_state_add_paned  (GTK_WIDGET (hpaned),
 			       "history_paned",
 		               130);
+
+	gtk_widget_grab_focus (editor->priv->search_entry);
 }
 
 void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]