diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-04-07 15:43:46 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-04-07 15:43:46 +0000 |
| commit | 5f39b42abcb870214a68502ac51d1b9c3ec17597 (patch) | |
| tree | 050d4bbbc457526e0b5b69c06bba864cdddce2a8 /lib/python/Components | |
| parent | 334e49f88bb558bb2f07d47c77c7900074d5b7b8 (diff) | |
| download | enigma2-5f39b42abcb870214a68502ac51d1b9c3ec17597.tar.gz enigma2-5f39b42abcb870214a68502ac51d1b9c3ec17597.zip | |
fix typo
Diffstat (limited to 'lib/python/Components')
| -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 51ac7606..7c7acc34 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -95,7 +95,7 @@ class configSelection: returnValue = _(self.parent.vals[self.parent.value]) if not isinstance(returnValue, str): - returnValue = returnValue[0] + returnValue = returnValue[1] # FIXME: it's not really nice to translate this here. # however, configSelections are persistent. |
