From aa4a3d6c26337f1dc6b6adbf9c6ba44829ff922e Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 14 Feb 2013 16:41:05 +0400 Subject: [PATCH] gui/scan_setup.cpp: fix master frontend option enable flag Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/cddfcf3bf944ad0530cf05c4fad70021ae84db87 Author: [CST] Focus Date: 2013-02-14 (Thu, 14 Feb 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/scan_setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/scan_setup.cpp b/src/gui/scan_setup.cpp index 8213c903d..8d89cb5a7 100644 --- a/src/gui/scan_setup.cpp +++ b/src/gui/scan_setup.cpp @@ -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); }