mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
src/gui/cam_menu.cpp: fix nevis compil
This commit is contained in:
@@ -108,10 +108,10 @@ int CCAMMenuHandler::doMainMenu()
|
|||||||
|
|
||||||
CMenuWidget* cammenu = new CMenuWidget(LOCALE_CI_SETTINGS, NEUTRINO_ICON_SETTINGS);
|
CMenuWidget* cammenu = new CMenuWidget(LOCALE_CI_SETTINGS, NEUTRINO_ICON_SETTINGS);
|
||||||
cammenu->addIntroItems();
|
cammenu->addIntroItems();
|
||||||
|
#ifdef BOXMODEL_APOLLO
|
||||||
int fecount = CFEManager::getInstance()->getFrontendCount();
|
int fecount = CFEManager::getInstance()->getFrontendCount();
|
||||||
char fename[fecount+1][255];
|
char fename[fecount+1][255];
|
||||||
|
#endif
|
||||||
if (!g_settings.easymenu) {
|
if (!g_settings.easymenu) {
|
||||||
if(CiSlots) {
|
if(CiSlots) {
|
||||||
cammenu->addItem( new CMenuOptionChooser(LOCALE_CI_RESET_STANDBY, &g_settings.ci_standby_reset, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true));
|
cammenu->addItem( new CMenuOptionChooser(LOCALE_CI_RESET_STANDBY, &g_settings.ci_standby_reset, OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT, true));
|
||||||
|
Reference in New Issue
Block a user