aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@src.gnome.org>2007-12-19 02:45:27 +0800
committerCosimo Cecchi <cosimoc@src.gnome.org>2007-12-19 02:45:27 +0800
commitc11f1cdf6ca0da2844899675f2578892e05d29d7 (patch)
treec1bc47f9bb86b2fbdc43d4c2dcf738ae9ffd1c0c /src
parent530408cbb0c062810157d74ee80c4255cc1e86a3 (diff)
downloadgsoc2013-epiphany-c11f1cdf6ca0da2844899675f2578892e05d29d7.tar
gsoc2013-epiphany-c11f1cdf6ca0da2844899675f2578892e05d29d7.tar.gz
gsoc2013-epiphany-c11f1cdf6ca0da2844899675f2578892e05d29d7.tar.bz2
gsoc2013-epiphany-c11f1cdf6ca0da2844899675f2578892e05d29d7.tar.lz
gsoc2013-epiphany-c11f1cdf6ca0da2844899675f2578892e05d29d7.tar.xz
gsoc2013-epiphany-c11f1cdf6ca0da2844899675f2578892e05d29d7.tar.zst
gsoc2013-epiphany-c11f1cdf6ca0da2844899675f2578892e05d29d7.zip
Readd "Add to Bookmark" entry to the document context menu.
Bug #332968. svn path=/trunk/; revision=7786
Diffstat (limited to 'src')
-rw-r--r--src/ephy-window.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index cea892ae3..603096792 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -298,7 +298,12 @@ 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 */
{ "OpenFrame", NULL, N_("Show Only _This Frame"), NULL,