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
|
||||
{ "Print" },
|
||||
#endif
|
||||
{ "Fullscreen" },
|
||||
{ NULL },
|
||||
#if !HAVE_HILDON
|
||||
{ "p" },
|
||||
{ NULL },
|
||||
{ "BookmarksImport" },
|
||||
{ "BookmarksExport" },
|
||||
{ "ClearPrivateData" },
|
||||
#if defined (GDK_WINDOWING_X11)
|
||||
{ "AddDesktopShortcut" },
|
||||
#endif
|
||||
{ NULL },
|
||||
{ "BookmarksImport"},
|
||||
{ "BookmarksExport"},
|
||||
{ NULL },
|
||||
{ "Fullscreen" },
|
||||
{ "p" },
|
||||
{ "-" },
|
||||
#endif
|
||||
{ NULL },
|
||||
|
|
Loading…
Reference in a new issue