From 82741b139b2031c45a951b42e5e01c8e8fcac7e4 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Wed, 27 Jun 2012 01:11:30 +0200 Subject: [PATCH] Move Private Browsing menu item next to New Tab/ Window --- midori/midori-browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/midori-browser.c b/midori/midori-browser.c index aa982067..7190405e 100644 --- a/midori/midori-browser.c +++ b/midori/midori-browser.c @@ -3164,13 +3164,13 @@ _action_compact_menu_populate_popup (GtkAction* action, static const GtkActionEntry actions[] = { { "TabNew" }, { "WindowNew" }, + { "PrivateBrowsing" }, { NULL }, { "Find" }, #if !HAVE_HILDON { "Print" }, #endif { NULL }, - { "PrivateBrowsing" }, #if !HAVE_HILDON { "ClearPrivateData" }, #if defined (GDK_WINDOWING_X11) -- 2.39.5