gui/osdlang_setup.cpp: comment CLangSelectNotifier->changeNotify on every menu show

This commit is contained in:
[CST] Focus
2012-05-07 15:10:57 +04:00
parent 5cb86b5857
commit 1f8710013c

View File

@@ -102,7 +102,7 @@ int COsdLangSetup::showLocalSetup()
//call menue for prefered audio languages
showPrefMenu(&prefMenu, langNotifier);
localSettings->addItem(new CMenuForwarder(LOCALE_AUDIOMENU_PREF_LANGUAGES, true, NULL, &prefMenu, NULL, CRCInput::RC_yellow, NEUTRINO_ICON_BUTTON_YELLOW));
langNotifier->changeNotify(NONEXISTANT_LOCALE, NULL);
//langNotifier->changeNotify(NONEXISTANT_LOCALE, NULL);
int res = localSettings->exec(NULL, "");
localSettings->hide();