diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-02-11 11:25:54 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-02-11 11:25:54 +0000 |
| commit | f400ad7ad435bbf2e968ec7f95adebf1f134a7fa (patch) | |
| tree | 7a9c6114c293789d34fa2d9cbbfe4157e66f02f2 /lib/python/Screens/Satconfig.py | |
| parent | fcf3e4bc055cd91a47a5aedc91abad9161e180fc (diff) | |
| download | enigma2-f400ad7ad435bbf2e968ec7f95adebf1f134a7fa.tar.gz enigma2-f400ad7ad435bbf2e968ec7f95adebf1f134a7fa.zip | |
fix storing config entries (used by startwizzard)
Diffstat (limited to 'lib/python/Screens/Satconfig.py')
| -rw-r--r-- | lib/python/Screens/Satconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
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.. |
