From b76b0fa04eb670cb86c0615d7cabb01681cf26c2 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 26 Sep 2008 23:39:39 +0200 Subject: [PATCH] Remove Manage Bookmarks item --- midori/midori-browser.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 91c2a9bb..4ceba146 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -2462,9 +2462,6 @@ static const GtkActionEntry entries[] = { { "BookmarkAdd", STOCK_BOOKMARK_ADD, NULL, "d", N_("Add a new bookmark"), G_CALLBACK (_action_bookmark_add_activate) }, - { "BookmarksManage", NULL, - N_("_Manage Bookmarks"), "b", - N_("Add, edit and remove bookmarks..."), NULL/*G_CALLBACK (_action_bookmarks_manage_activate)*/ }, { "BookmarkOpen", GTK_STOCK_OPEN, NULL, "", N_("Open the selected bookmark"), G_CALLBACK (_action_bookmark_open_activate) }, @@ -2665,7 +2662,6 @@ static const gchar* ui_markup = "" "" "" - "" "" /* Bookmarks shall be appended here */ ""