Remove toolbar menu items from the compact menu

This commit is contained in:
Christian Dywan 2010-06-10 17:53:08 +02:00
parent ff6fec6367
commit 61c5514c1c

View file

@ -3367,12 +3367,6 @@ _action_compact_menu_populate_popup (GtkAction* action,
{ "Find" },
#else
{ "Print" },
{ "About" },
{ NULL },
{ "Menubar" },
{ "Bookmarkbar" },
{ "Panel" },
{ "Statusbar" },
{ NULL },
{ "-" },
{ "ClearPrivateData" },
@ -3381,6 +3375,7 @@ _action_compact_menu_populate_popup (GtkAction* action,
#endif
{ "Fullscreen" },
#endif
{ "About" },
{ "Preferences" },
#if HAVE_HILDON
{ "auto-load-images" },