From: Christian Dywan Date: Tue, 26 Jun 2012 23:11:30 +0000 (+0200) Subject: Move Private Browsing menu item next to New Tab/ Window X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82741b139b2031c45a951b42e5e01c8e8fcac7e4;p=midori Move Private Browsing menu item next to New Tab/ Window --- 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)