fix epg Lang selection

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1535 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
lucgas
2011-06-09 10:09:00 +00:00
parent 9011e52583
commit eb15acf1f3

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;