aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks-editor.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-05-06 02:05:16 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-05-06 02:05:16 +0800
commit4d31b592f20e788c247b8f6ed266c28daf0d32d3 (patch)
treee152b3fec098cd803f8a6bdea8fbb407286d6ce0 /src/bookmarks/ephy-bookmarks-editor.c
parenta9ad6d75f510335d318eef6082d6b5b18de48971 (diff)
downloadgsoc2013-epiphany-4d31b592f20e788c247b8f6ed266c28daf0d32d3.tar
gsoc2013-epiphany-4d31b592f20e788c247b8f6ed266c28daf0d32d3.tar.gz
gsoc2013-epiphany-4d31b592f20e788c247b8f6ed266c28daf0d32d3.tar.bz2
gsoc2013-epiphany-4d31b592f20e788c247b8f6ed266c28daf0d32d3.tar.lz
gsoc2013-epiphany-4d31b592f20e788c247b8f6ed266c28daf0d32d3.tar.xz
gsoc2013-epiphany-4d31b592f20e788c247b8f6ed266c28daf0d32d3.tar.zst
gsoc2013-epiphany-4d31b592f20e788c247b8f6ed266c28daf0d32d3.zip
Better sensitivity updates for history
2003-05-05 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (build_search_box): * src/ephy-history-window.c: (confirmation_dialog_response_cb), (confirmation_dialog_construct), (cmd_clear), (cmd_bookmark_page), (ephy_history_window_class_init), (entry_selection_changed_cb), (add_entry_monitor), (view_focus_cb), (add_focus_monitor), (remove_focus_monitor), (ephy_history_window_show_popup_cb), (build_search_box), (view_selection_changed_cb), (ephy_history_window_construct), (ephy_history_window_dispose): * src/window-commands.c: (toolbar_editor_destroy_cb), (toolbar_editor_response_cb), (window_cmd_edit_toolbar), (window_cmd_help_contents): Better sensitivity updates for history
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 eca629938..a6d0c161c 100644
--- a/src/bookmarks/ephy-bookmarks-editor.c
+++ b/src/bookmarks/ephy-bookmarks-editor.c
@@ -825,7 +825,6 @@ remove_focus_monitor (EphyBookmarksEditor *editor, GtkWidget *widget)
editor);
}
-
static void
ephy_bookmarks_editor_show_popup_cb (GtkWidget *view,
EphyBookmarksEditor *editor)
@@ -1018,6 +1017,7 @@ build_search_box (EphyBookmarksEditor *editor)
G_CALLBACK (search_entry_changed_cb),
editor);
add_entry_monitor (editor, entry);
+ add_focus_monitor (editor, entry);
label = gtk_label_new (NULL);
gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5);