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: 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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user