From a27631694342ad6f77090743b5affddef5e155e0 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 16 Oct 2006 22:37:46 +0000 Subject: add parental control setup to the start wizard --- lib/python/Components/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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: -- cgit v1.2.3