]> spindle.queued.net Git - midori/commitdiff
Remove Manage Bookmarks item
authorChristian Dywan <christian@twotoasts.de>
Fri, 26 Sep 2008 21:39:39 +0000 (23:39 +0200)
committerChristian Dywan <christian@twotoasts.de>
Fri, 26 Sep 2008 21:39:39 +0000 (23:39 +0200)
midori/midori-browser.c

index 91c2a9bb7cf2856c39150edf90ad99e0dbca029b..4ceba146d9f9de0d25b9245bcd87982f7101b646 100644 (file)
@@ -2462,9 +2462,6 @@ static const GtkActionEntry entries[] = {
  { "BookmarkAdd", STOCK_BOOKMARK_ADD,
    NULL, "<Ctrl>d",
    N_("Add a new bookmark"), G_CALLBACK (_action_bookmark_add_activate) },
- { "BookmarksManage", NULL,
-   N_("_Manage Bookmarks"), "<Ctrl>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 =
    "</menu>"
    "<menu action='Bookmarks'>"
     "<menuitem action='BookmarkAdd'/>"
-    "<menuitem action='BookmarksManage'/>"
     "<separator/>"
     /* Bookmarks shall be appended here */
    "</menu>"