Re-group app menu to place fullscreen better
This commit is contained in:
parent
8679a5b19e
commit
db30c9a3d7
1 changed files with 5 additions and 6 deletions
|
@ -3149,18 +3149,17 @@ _action_compact_menu_populate_popup (GtkAction* action,
|
||||||
#if !HAVE_HILDON
|
#if !HAVE_HILDON
|
||||||
{ "Print" },
|
{ "Print" },
|
||||||
#endif
|
#endif
|
||||||
|
{ "Fullscreen" },
|
||||||
{ NULL },
|
{ NULL },
|
||||||
#if !HAVE_HILDON
|
#if !HAVE_HILDON
|
||||||
|
{ "p" },
|
||||||
|
{ NULL },
|
||||||
|
{ "BookmarksImport" },
|
||||||
|
{ "BookmarksExport" },
|
||||||
{ "ClearPrivateData" },
|
{ "ClearPrivateData" },
|
||||||
#if defined (GDK_WINDOWING_X11)
|
#if defined (GDK_WINDOWING_X11)
|
||||||
{ "AddDesktopShortcut" },
|
{ "AddDesktopShortcut" },
|
||||||
#endif
|
#endif
|
||||||
{ NULL },
|
|
||||||
{ "BookmarksImport"},
|
|
||||||
{ "BookmarksExport"},
|
|
||||||
{ NULL },
|
|
||||||
{ "Fullscreen" },
|
|
||||||
{ "p" },
|
|
||||||
{ "-" },
|
{ "-" },
|
||||||
#endif
|
#endif
|
||||||
{ NULL },
|
{ NULL },
|
||||||
|
|
Loading…
Reference in a new issue