gui/scan_setup.cpp: set diseqc options only for satellite frontend

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7d3b0b021b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-04-22 (Tue, 22 Apr 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-04-22 13:36:25 +04:00
parent d0a8bfb86d
commit 2dd049be47

View File

@@ -1596,9 +1596,9 @@ bool CScanSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*
/* if mode changed, set current master too */
if (femaster >= 0)
fe->setMaster(femaster);
}
setDiseqcOptions(fenumber);
}
}
else if(ARE_LOCALES_EQUAL(OptionName, LOCALE_SATSETUP_FE_MODE_MASTER)) {
printf("[neutrino] CScanSetup::%s: fe%d link %d \n", __FUNCTION__, fenumber, femaster);
fe_restart = true;