mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
gui/audio_select.cpp: disable analog audio on/off for easy menu mode
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8bd433aee0
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-31 (Mon, 31 Mar 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -128,11 +128,12 @@ int CAudioSelectMenuHandler::doMenu ()
|
|||||||
|
|
||||||
AudioSelector.addItem( oj );
|
AudioSelector.addItem( oj );
|
||||||
|
|
||||||
oj = new CMenuOptionChooser(LOCALE_AUDIOMENU_ANALOG_OUT, &g_settings.analog_out,
|
if (!g_settings.easymenu) {
|
||||||
OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT,
|
oj = new CMenuOptionChooser(LOCALE_AUDIOMENU_ANALOG_OUT, &g_settings.analog_out,
|
||||||
true, audioSetupNotifier, CRCInput::RC_green, NEUTRINO_ICON_BUTTON_GREEN);
|
OPTIONS_OFF0_ON1_OPTIONS, OPTIONS_OFF0_ON1_OPTION_COUNT,
|
||||||
|
true, audioSetupNotifier, CRCInput::RC_green, NEUTRINO_ICON_BUTTON_GREEN);
|
||||||
AudioSelector.addItem( oj );
|
AudioSelector.addItem( oj );
|
||||||
|
}
|
||||||
|
|
||||||
CChannelList *channelList = CNeutrinoApp::getInstance ()->channelList;
|
CChannelList *channelList = CNeutrinoApp::getInstance ()->channelList;
|
||||||
int curnum = channelList->getActiveChannelNumber();
|
int curnum = channelList->getActiveChannelNumber();
|
||||||
|
Reference in New Issue
Block a user