mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 23:42:51 +02:00
gui/scan_setup.cpp: force fe link on master change, too
Origin commit data
------------------
Commit: 339b047019
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-08 (Fri, 08 Nov 2013)
This commit is contained in:
@@ -1390,6 +1390,7 @@ bool CScanSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*
|
|||||||
}
|
}
|
||||||
else if(ARE_LOCALES_EQUAL(OptionName, LOCALE_SATSETUP_FE_MODE_MASTER)) {
|
else if(ARE_LOCALES_EQUAL(OptionName, LOCALE_SATSETUP_FE_MODE_MASTER)) {
|
||||||
printf("[neutrino] CScanSetup::%s: fe%d link %d \n", __FUNCTION__, fenumber, femaster);
|
printf("[neutrino] CScanSetup::%s: fe%d link %d \n", __FUNCTION__, fenumber, femaster);
|
||||||
|
fe_restart = true;
|
||||||
CFrontend * fe = CFEManager::getInstance()->getFE(fenumber);
|
CFrontend * fe = CFEManager::getInstance()->getFE(fenumber);
|
||||||
if (fe)
|
if (fe)
|
||||||
fe->setMaster(femaster);
|
fe->setMaster(femaster);
|
||||||
|
Reference in New Issue
Block a user