diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-10-16 22:37:46 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-10-16 22:37:46 +0000 |
| commit | a27631694342ad6f77090743b5affddef5e155e0 (patch) | |
| tree | 8b43b8e765f21551c871d99b5191e9c6cb81a1f9 /lib/python/Components/config.py | |
| parent | d30355fd9062e6333af64e64a9a4847ac76ed73e (diff) | |
| download | enigma2-a27631694342ad6f77090743b5affddef5e155e0.tar.gz enigma2-a27631694342ad6f77090743b5affddef5e155e0.zip | |
add parental control setup to the start wizard
Diffstat (limited to 'lib/python/Components/config.py')
| -rw-r--r-- | lib/python/Components/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
