From 4cf8e9842ce3c61a6354e0dfeda39a8ac933b9bc Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Fri, 27 Apr 2012 15:20:34 +0400 Subject: [PATCH] gui/scan_setup.cpp: re-create sat select menu on sat box only Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/d8f6dbde0da43e8d43527c4e511e0c77443ca842 Author: [CST] Focus Date: 2012-04-27 (Fri, 27 Apr 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/scan_setup.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/scan_setup.cpp b/src/gui/scan_setup.cpp index c82d51edb..26cdb750e 100644 --- a/src/gui/scan_setup.cpp +++ b/src/gui/scan_setup.cpp @@ -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; }