From 1f8710013cc63c1151bfa2c87ca39ad93463bff7 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 7 May 2012 15:10:57 +0400 Subject: [PATCH] gui/osdlang_setup.cpp: comment CLangSelectNotifier->changeNotify on every menu show --- src/gui/osdlang_setup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/osdlang_setup.cpp b/src/gui/osdlang_setup.cpp index fd38e59f2..7ba7cfd2d 100644 --- a/src/gui/osdlang_setup.cpp +++ b/src/gui/osdlang_setup.cpp @@ -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();