gui/cec_setup.cpp: fix CCECSetup::changeNotify - no need to repaint menu

Origin commit data
------------------
Branch: ni/coolstream
Commit: dc9844ad2b
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 17:26:41 +04:00
parent e1c8aa040b
commit bd6175bc1d

View File

@@ -131,6 +131,6 @@ bool CCECSetup::changeNotify(const neutrino_locale_t OptionName, void * /*data*/
videoDecoder->SetCECAutoView(g_settings.hdmi_cec_view_on == 1);
}
return true;
return false;
}