mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
src/gui/cam_menu.cpp: fix nevis compil
Origin commit data
------------------
Branch: ni/coolstream
Commit: 715c0e383d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-11-14 (Sat, 14 Nov 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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