mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
gui/scan_setup.cpp: set diseqc options only for satellite frontend
Origin commit data
------------------
Commit: 7d3b0b021b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-04-22 (Tue, 22 Apr 2014)
This commit is contained in:
@@ -1596,8 +1596,8 @@ bool CScanSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*
|
|||||||
/* if mode changed, set current master too */
|
/* if mode changed, set current master too */
|
||||||
if (femaster >= 0)
|
if (femaster >= 0)
|
||||||
fe->setMaster(femaster);
|
fe->setMaster(femaster);
|
||||||
|
setDiseqcOptions(fenumber);
|
||||||
}
|
}
|
||||||
setDiseqcOptions(fenumber);
|
|
||||||
}
|
}
|
||||||
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);
|
||||||
|
Reference in New Issue
Block a user