Remove toolbar menu items from the compact menu
This commit is contained in:
parent
ff6fec6367
commit
61c5514c1c
1 changed files with 1 additions and 6 deletions
|
@ -3367,12 +3367,6 @@ _action_compact_menu_populate_popup (GtkAction* action,
|
||||||
{ "Find" },
|
{ "Find" },
|
||||||
#else
|
#else
|
||||||
{ "Print" },
|
{ "Print" },
|
||||||
{ "About" },
|
|
||||||
{ NULL },
|
|
||||||
{ "Menubar" },
|
|
||||||
{ "Bookmarkbar" },
|
|
||||||
{ "Panel" },
|
|
||||||
{ "Statusbar" },
|
|
||||||
{ NULL },
|
{ NULL },
|
||||||
{ "-" },
|
{ "-" },
|
||||||
{ "ClearPrivateData" },
|
{ "ClearPrivateData" },
|
||||||
|
@ -3381,6 +3375,7 @@ _action_compact_menu_populate_popup (GtkAction* action,
|
||||||
#endif
|
#endif
|
||||||
{ "Fullscreen" },
|
{ "Fullscreen" },
|
||||||
#endif
|
#endif
|
||||||
|
{ "About" },
|
||||||
{ "Preferences" },
|
{ "Preferences" },
|
||||||
#if HAVE_HILDON
|
#if HAVE_HILDON
|
||||||
{ "auto-load-images" },
|
{ "auto-load-images" },
|
||||||
|
|
Loading…
Reference in a new issue