Move Private Browsing menu item next to New Tab/ Window
This commit is contained in:
parent
d455382a22
commit
82741b139b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue