aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks-editor.c
diff options
context:
space:
mode:
authorWouter Bolsterlee <wbolster@gnome.org>2006-10-15 22:03:37 +0800
committerWouter Bolsterlee <wbolster@src.gnome.org>2006-10-15 22:03:37 +0800
commitccb73eb4348e4fb957fe4a2f8ed5ca7eac6835d9 (patch)
treeea62474ae7a5c9e63b3d078b49fb122b2d9f75cd /src/bookmarks/ephy-bookmarks-editor.c
parent3786f5c471255934c481016c7e5119cc40c81ca0 (diff)
downloadgsoc2013-epiphany-ccb73eb4348e4fb957fe4a2f8ed5ca7eac6835d9.tar
gsoc2013-epiphany-ccb73eb4348e4fb957fe4a2f8ed5ca7eac6835d9.tar.gz
gsoc2013-epiphany-ccb73eb4348e4fb957fe4a2f8ed5ca7eac6835d9.tar.bz2
gsoc2013-epiphany-ccb73eb4348e4fb957fe4a2f8ed5ca7eac6835d9.tar.lz
gsoc2013-epiphany-ccb73eb4348e4fb957fe4a2f8ed5ca7eac6835d9.tar.xz
gsoc2013-epiphany-ccb73eb4348e4fb957fe4a2f8ed5ca7eac6835d9.tar.zst
gsoc2013-epiphany-ccb73eb4348e4fb957fe4a2f8ed5ca7eac6835d9.zip
Use full width for bookmarks search bar. Fixes bug #349349, patch by Diego
2006-10-15 Wouter Bolsterlee <wbolster@gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): Use full width for bookmarks search bar. Fixes bug #349349, patch by Diego Escalante Urrelo.
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-editor.c')
-rw-r--r--src/bookmarks/ephy-bookmarks-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c
index 21e969ff6..70c659612 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -1871,7 +1871,7 @@ ephy_bookmarks_editor_construct (EphyBookmarksEditor *editor)
gtk_paned_pack2 (GTK_PANED (hpaned), vbox, TRUE, TRUE);
gtk_widget_show (vbox);
- gtk_box_pack_start (GTK_BOX (vbox),
+ gtk_box_pack_start (GTK_BOX (editor->priv->main_vbox),
build_search_box (editor),
FALSE, FALSE, 0);
add_focus_monitor (editor, editor->priv->search_entry);