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

This commit is contained in:
[CST] Focus
2012-05-31 17:40:50 +04:00
parent f47f0beb77
commit fc9edbec5b

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;
}