Move Private Browsing menu item next to New Tab/ Window

This commit is contained in:
Christian Dywan 2012-06-27 01:11:30 +02:00
parent d455382a22
commit 82741b139b
1 changed files with 1 additions and 1 deletions

View File

@ -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)