From 3d192a084b4a9c4d8e2db2cf238494d0667906b5 Mon Sep 17 00:00:00 2001 From: thilo Date: Sun, 17 Apr 2011 18:57:06 +0000 Subject: [PATCH] *neutrino service menu: infomenu item removed it's only a provisional solution, should better be resolved with personalization coming soon git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1411 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/neutrino_menue.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/neutrino_menue.cpp b/src/neutrino_menue.cpp index e523e0fe1..05b7776ed 100644 --- a/src/neutrino_menue.cpp +++ b/src/neutrino_menue.cpp @@ -131,7 +131,7 @@ void CNeutrinoApp::InitMainMenu(CMenuWidget &mainMenu, CMenuWidget &mainSettings mainMenu.addItem( new CMenuSeparator(CMenuSeparator::LINE) ); // start of infomenu - if (g_settings.show_infomenu == 0) + //if (g_settings.show_infomenu == 0) mainMenu.addItem(new CMenuForwarder(LOCALE_MESSAGEBOX_INFO, true, NULL, new CInfoMenu(), NULL, CRCInput::RC_help, NEUTRINO_ICON_BUTTON_HELP_SMALL )); // end of infomenu @@ -261,9 +261,9 @@ void CNeutrinoApp::InitServiceSettings(CMenuWidget &service) service.addItem(new CMenuForwarder(LOCALE_SERVICEMENU_RESTART , true, NULL, this, "restart", CRCInput::RC_standby, NEUTRINO_ICON_BUTTON_POWER)); service.addItem(new CMenuForwarder(LOCALE_SERVICEMENU_GETPLUGINS, true, NULL, this, "reloadplugins")); - // start infomenu in service - if (g_settings.show_infomenu == 1) - service.addItem(new CMenuForwarder(LOCALE_MESSAGEBOX_INFO, true, NULL, new CInfoMenu(), NULL, CRCInput::RC_help, NEUTRINO_ICON_BUTTON_HELP_SMALL )); +// // start infomenu in service +// if (g_settings.show_infomenu == 1) +// service.addItem(new CMenuForwarder(LOCALE_MESSAGEBOX_INFO, true, NULL, new CInfoMenu(), NULL, CRCInput::RC_help, NEUTRINO_ICON_BUTTON_HELP_SMALL )); // end of infomenu in service //softupdate