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

Origin commit data
------------------
Commit: fc9edbec5b
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 17:40:50 +04:00
parent 5ce1d075d3
commit 4be242924f

View File

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