gui/scan_setup.cpp: fix master frontend option enable flag

Origin commit data
------------------
Commit: cddfcf3bf9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-02-14 (Thu, 14 Feb 2013)
This commit is contained in:
[CST] Focus
2013-02-14 16:41:05 +04:00
parent 7371c5154d
commit d8a04b4be0

View File

@@ -698,7 +698,7 @@ int CScanSetup::showFrontendSetup(int number)
if (fecount > 1) {
/* link to master select */
linkfe = new CMenuOptionChooser(LOCALE_SATSETUP_FE_MODE_MASTER, &femaster, feselect, select_count, !allow_moptions, this, CRCInput::RC_green, NEUTRINO_ICON_BUTTON_GREEN, true);
linkfe = new CMenuOptionChooser(LOCALE_SATSETUP_FE_MODE_MASTER, &femaster, feselect, select_count, CFrontend::linked(femode), this, CRCInput::RC_green, NEUTRINO_ICON_BUTTON_GREEN, true);
linkfe->setHint("", LOCALE_MENU_HINT_SCAN_FELINK);
setupMenu->addItem(linkfe);
}