git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
334e49f
)
fix typo
author
Felix Domke
<tmbinc@elitedvb.net>
Fri, 7 Apr 2006 15:43:46 +0000
(15:43 +0000)
committer
Felix Domke
<tmbinc@elitedvb.net>
Fri, 7 Apr 2006 15:43:46 +0000
(15:43 +0000)
lib/python/Components/config.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/config.py
b/lib/python/Components/config.py
index 51ac7606f0de6da5c667f349e65da9b7a153adf9..7c7acc345bfa1b3c44a8a0e665ac39cf83661fda 100644
(file)
--- 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.