diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-20 11:36:35 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-20 11:36:35 +0000 |
| commit | 255acaf49e248672e154f03ee833b72c253b241d (patch) | |
| tree | 74786b85d62feb1d8bc2bfeb39dd27a7fa809d14 /lib/python/Components/config.py | |
| parent | 1daa5b67f948ba86ee6ca7a31035c8c00cbec226 (diff) | |
| download | enigma2-255acaf49e248672e154f03ee833b72c253b241d.tar.gz enigma2-255acaf49e248672e154f03ee833b72c253b241d.zip | |
revert local change
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 ad389a08..02d17055 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -622,7 +622,7 @@ class ConfigSatlist(ConfigSelection): def __init__(self, list, default = None): if default is not None: default = str(default) - ConfigSelection.__init__(self, choices = [(str(orbpos), desc, flags) for (orbpos, desc, flags) in list], default = default) + ConfigSelection.__init__(self, choices = [(str(orbpos), desc) for (orbpos, desc) in list], default = default) def getOrbitalPosition(self): if self.value == "": |
