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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3508ed4507
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-05-31 18:04:17 +04:00
parent 6365102944
commit d24664dd12

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()