gui/scan_setup.cpp: re-create sat select menu on sat box only

Origin commit data
------------------
Commit: d8f6dbde0d
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-27 (Fri, 27 Apr 2012)
This commit is contained in:
[CST] Focus
2012-04-27 15:20:34 +04:00
parent 0fa0c23d50
commit 1500381b69

View File

@@ -955,7 +955,8 @@ bool CScanSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*
/* to copy settings from fe0 */
if(femode != CFEManager::FE_MODE_ALONE)
CFEManager::getInstance()->saveSettings(true);
fillSatSelect();
if (r_system == DVB_S) //sat
fillSatSelect();
}
return true;
}