From 21caa3e6826f50e36ec3088c147e843dd34eedbb Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 7 Oct 2012 14:29:22 -0400 Subject: Add 'History' item to the gear menu when not in the Shell --- src/ephy-window.c | 4 ++-- src/resources/epiphany-ui.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ephy-window.c b/src/ephy-window.c index ad40ad7d5..dd85df737 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -137,9 +137,9 @@ static const GtkActionEntry ephy_menu_entries [] = { G_CALLBACK (window_cmd_edit_find_next) }, { "EditFindPrev", NULL, N_("Find Pre_vious"), "G", NULL, G_CALLBACK (window_cmd_edit_find_prev) }, - { "EditBookmarks", NULL, N_("Edit _Bookmarks…"), "B", NULL, + { "EditBookmarks", NULL, N_("Edit _Bookmarks"), "B", NULL, G_CALLBACK (window_cmd_edit_bookmarks) }, - { "EditHistory", NULL, N_("Edit _History…"), "H", NULL, + { "EditHistory", NULL, N_("_History"), "H", NULL, G_CALLBACK (window_cmd_edit_history) }, { "EditPreferences", NULL, N_("Preferences"), "e", NULL, G_CALLBACK (window_cmd_edit_preferences) }, diff --git a/src/resources/epiphany-ui.xml b/src/resources/epiphany-ui.xml index 5a2446c6c..8b117c7a2 100644 --- a/src/resources/epiphany-ui.xml +++ b/src/resources/epiphany-ui.xml @@ -84,6 +84,7 @@ + -- cgit v1.2.3