mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-04 12:18:33 +02:00
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:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user