From f400ad7ad435bbf2e968ec7f95adebf1f134a7fa Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Mon, 11 Feb 2008 11:25:54 +0000 Subject: [PATCH 1/1] fix storing config entries (used by startwizzard) --- lib/python/Screens/Satconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Screens/Satconfig.py b/lib/python/Screens/Satconfig.py index a6d84489..9f22013d 100644 --- a/lib/python/Screens/Satconfig.py +++ b/lib/python/Screens/Satconfig.py @@ -139,7 +139,7 @@ class NimSetup(Screen, ConfigListScreen): def run(self): if self.have_advanced and self.nim.config_mode == "advanced": self.fillAdvancedList() - for x in self["config"].list: + for x in self.list: if x in [self.turnFastEpochBegin, self.turnFastEpochEnd]: # workaround for storing only hour*3600+min*60 value in configfile # not really needed.. just for cosmetics.. -- 2.30.2