aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ephy-lockdown.c2
-rw-r--r--src/ephy-window.c5
2 files changed, 0 insertions, 7 deletions
diff --git a/src/ephy-lockdown.c b/src/ephy-lockdown.c
index 9fee3f3e9..8e285d5a1 100644
--- a/src/ephy-lockdown.c
+++ b/src/ephy-lockdown.c
@@ -174,8 +174,6 @@ update_window (EphyWindow *window,
ephy_action_change_sensitivity_flags (action, LOCKDOWN_FLAG, disabled);
action = gtk_action_group_get_action (action_group, "FileBookmarkPage");
ephy_action_change_sensitivity_flags (action, LOCKDOWN_FLAG, disabled);
- action = gtk_action_group_get_action (popups_action_group, "ContextBookmarkPage");
- ephy_action_change_sensitivity_flags (action, LOCKDOWN_FLAG, disabled);
action = gtk_action_group_get_action (popups_action_group, "BookmarkLink");
ephy_action_change_sensitivity_flags (action, LOCKDOWN_FLAG, disabled);
diff --git a/src/ephy-window.c b/src/ephy-window.c
index c18d4fec1..6865c6909 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -295,11 +295,6 @@ static const GtkToggleActionEntry ephy_menu_toggle_entries [] =
};
static const GtkActionEntry ephy_popups_entries [] = {
- /* Document */
-
- { "ContextBookmarkPage", STOCK_ADD_BOOKMARK, N_("Add Boo_kmarkā€¦"), "<control>D",
- N_("Add a bookmark for the current page"),
- G_CALLBACK (window_cmd_file_bookmark_page) },
/* Framed document */