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" }, { "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" },