X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/5f1f993d0e82bb8f5471bf050e97077f67c3d853..a27631694342ad6f77090743b5affddef5e155e0:/lib/python/Components/config.py diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index b255f55a..b7b3baa8 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -820,7 +820,7 @@ config = Config() config.misc = ConfigSubsection() class ConfigFile: - CONFIG_FILE = resolveFilename(SCOPE_CONFIG, "config2") + CONFIG_FILE = resolveFilename(SCOPE_CONFIG, "settings") def load(self): try: