mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
gui/start_wizard.cpp: use CFEManager::haveSat in place of glocal delivery system
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9bb283565b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-01-16 (Wed, 16 Jan 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -100,7 +100,7 @@ int CStartUpWizard::exec(CMenuTarget* parent, const string & /*actionKey*/)
|
|||||||
CNetworkSetup::getInstance()->setWizardMode(CNetworkSetup::N_SETUP_MODE_WIZARD_NO);
|
CNetworkSetup::getInstance()->setWizardMode(CNetworkSetup::N_SETUP_MODE_WIZARD_NO);
|
||||||
}
|
}
|
||||||
bool init_settings = false;
|
bool init_settings = false;
|
||||||
if (g_info.delivery_system == DVB_S)
|
if (CFEManager::getInstance()->haveSat())
|
||||||
init_settings = file_exists("/var/tuxbox/config/initial/");
|
init_settings = file_exists("/var/tuxbox/config/initial/");
|
||||||
|
|
||||||
if(init_settings && (res != menu_return::RETURN_EXIT_ALL))
|
if(init_settings && (res != menu_return::RETURN_EXIT_ALL))
|
||||||
|
Reference in New Issue
Block a user