From 04e9255a9a1f0bbeb4c12584780d2f4187e2747a Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 8 Nov 2009 21:54:34 +0100 Subject: [PATCH] Show 'Menubar' item in compact menu to toggle the menubar --- midori/midori-browser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index 19750f07..c65bc9c0 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -2976,6 +2976,7 @@ _action_compact_menu_populate_popup (GtkAction* action, { "PrivateBrowsing" }, { "ManageSearchEngines" }, { NULL }, + { "Menubar" }, { "Bookmarkbar" }, { "Panel" }, { "Statusbar" }, -- 2.39.5