mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-07 05:38:28 +02:00
Merge remote-tracking branch 'uncool/cst-next'
This need buildfixes and some functional updates...
Origin commit data
------------------
Branch: ni/coolstream
Commit: eeee5bacab
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-12-13 (Sun, 13 Dec 2015)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -52,11 +52,11 @@
|
||||
extern CAudioSetupNotifier * audioSetupNotifier;
|
||||
extern cAudio *audioDecoder;
|
||||
|
||||
CAudioSetup::CAudioSetup(bool wizard_mode)
|
||||
CAudioSetup::CAudioSetup(int wizard_mode)
|
||||
{
|
||||
is_wizard = wizard_mode;
|
||||
|
||||
width = w_max (40, 10);
|
||||
width = 40;
|
||||
selected = -1;
|
||||
}
|
||||
|
||||
@@ -271,13 +271,6 @@ int CAudioSetup::showAudioSetup()
|
||||
return res;
|
||||
}
|
||||
|
||||
//sets menu mode to "wizard" or "default"
|
||||
void CAudioSetup::setWizardMode(bool mode)
|
||||
{
|
||||
printf("[neutrino audio setup] %s set audio settings menu to mode %d...\n", __FUNCTION__, mode);
|
||||
is_wizard = mode;
|
||||
}
|
||||
|
||||
CTruVolumeNotifier::CTruVolumeNotifier(CMenuOptionChooser* o1, CMenuOptionChooser* o2, CMenuOptionNumberChooser *n1)
|
||||
{
|
||||
toDisable_oj[0]=o1;
|
||||
|
Reference in New Issue
Block a user