diff --git a/src/sectionsd/SIlanguage.cpp b/src/sectionsd/SIlanguage.cpp index 2d79877b7..f3de09c0d 100644 --- a/src/sectionsd/SIlanguage.cpp +++ b/src/sectionsd/SIlanguage.cpp @@ -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 tmpLang; if (!(file >> word)) goto error;