fix epg Lang selection

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1535 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: eb15acf1f3
Author: [CST] Lucian <lucian@coolstreamtech.com>
Date: 2011-06-09 (Thu, 09 Jun 2011)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Lucian
2011-06-09 10:09:00 +00:00
parent 5e8a056df9
commit 89d1f3ec17

View File

@@ -114,7 +114,7 @@ bool SIlanguage::loadLanguages()
pthread_mutex_lock(&languages_lock);
std::ifstream file(LANGUAGEFILE);
std::string word;
CSectionsdClient::SIlanguageMode_t tmpMode = CSectionsdClient::LANGUAGE_MODE_OFF;
CSectionsdClient::SIlanguageMode_t tmpMode = CSectionsdClient::FIRST_ALL;
std::vector<std::string> tmpLang;
if (!(file >> word)) goto error;