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

View file

@ -3164,13 +3164,13 @@ _action_compact_menu_populate_popup (GtkAction* action,
static const GtkActionEntry actions[] = { static const GtkActionEntry actions[] = {
{ "TabNew" }, { "TabNew" },
{ "WindowNew" }, { "WindowNew" },
{ "PrivateBrowsing" },
{ NULL }, { NULL },
{ "Find" }, { "Find" },
#if !HAVE_HILDON #if !HAVE_HILDON
{ "Print" }, { "Print" },
#endif #endif
{ NULL }, { NULL },
{ "PrivateBrowsing" },
#if !HAVE_HILDON #if !HAVE_HILDON
{ "ClearPrivateData" }, { "ClearPrivateData" },
#if defined (GDK_WINDOWING_X11) #if defined (GDK_WINDOWING_X11)