From 61c5514c1c9d0637e4273c54eb8d1c6a96ee46da Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Thu, 10 Jun 2010 17:53:08 +0200 Subject: [PATCH] Remove toolbar menu items from the compact menu --- midori/midori-browser.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 920a7b84..bf001fed 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -3367,12 +3367,6 @@ _action_compact_menu_populate_popup (GtkAction* action, { "Find" }, #else { "Print" }, - { "About" }, - { NULL }, - { "Menubar" }, - { "Bookmarkbar" }, - { "Panel" }, - { "Statusbar" }, { NULL }, { "-" }, { "ClearPrivateData" }, @@ -3381,6 +3375,7 @@ _action_compact_menu_populate_popup (GtkAction* action, #endif { "Fullscreen" }, #endif + { "About" }, { "Preferences" }, #if HAVE_HILDON { "auto-load-images" }, -- 2.39.5