gui/scan_setup.cpp: fix CScanSetup::changeNotify - no need to repaint menu

Origin commit data
------------------
Commit: 3508ed4507
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
This commit is contained in:
[CST] Focus
2012-05-31 18:04:17 +04:00
parent 4be242924f
commit 8fa8e0868a

View File

@@ -958,7 +958,7 @@ bool CScanSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*
if (r_system == DVB_S) //sat
fillSatSelect();
}
return true;
return false;
}
void CScanSetup::updateManualSettings()