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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 1f8710013c
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-07 (Mon, 07 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-07 15:10:57 +04:00
parent 942c35b33f
commit cc986e2219

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();