Workaround for new COsdLangSetup, which not send configured preffered languages to sectionsd at startup

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1345 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
focus
2011-03-28 09:49:18 +00:00
parent e7ce74ff30
commit 0651464007

View File

@@ -8583,7 +8583,7 @@ void sectionsd_main_thread(void */*data*/)
printf("$Id: sectionsd.cpp,v 1.305 2009/07/30 12:41:39 seife Exp $\n");
/* SIlanguage::loadLanguages(); */
SIlanguage::loadLanguages();
tzset(); // TZ auswerten
@@ -9445,5 +9445,5 @@ void sectionsd_setPrivatePid(unsigned short /*pid*/)
void sectionsd_set_languages(const std::vector<std::string>& newLanguages)
{
SIlanguage::setLanguages(newLanguages);
SIlanguage::saveLanguages();//FIXME for debug
SIlanguage::saveLanguages();
}