mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
gui/scan_setup.cpp: fix master frontend option enable flag
Origin commit data
------------------
Branch: ni/coolstream
Commit: cddfcf3bf9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-02-14 (Thu, 14 Feb 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -698,7 +698,7 @@ int CScanSetup::showFrontendSetup(int number)
|
|||||||
|
|
||||||
if (fecount > 1) {
|
if (fecount > 1) {
|
||||||
/* link to master select */
|
/* 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);
|
linkfe->setHint("", LOCALE_MENU_HINT_SCAN_FELINK);
|
||||||
setupMenu->addItem(linkfe);
|
setupMenu->addItem(linkfe);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user