gui/osdlang_setup.cpp: fix CLangSelectNotifier::changeNotify - no need to repaint menu

Origin commit data
------------------
Branch: ni/coolstream
Commit: fc9edbec5b
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:40:50 +04:00
parent b455d57d4f
commit 6365102944

View File

@@ -257,5 +257,5 @@ bool CLangSelectNotifier::changeNotify(const neutrino_locale_t, void *)
//if(found) //if(found)
sectionsd_set_languages(v_languages); sectionsd_set_languages(v_languages);
return true; return false;
} }