fix typo
authorFelix Domke <tmbinc@elitedvb.net>
Fri, 7 Apr 2006 15:43:46 +0000 (15:43 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Fri, 7 Apr 2006 15:43:46 +0000 (15:43 +0000)
lib/python/Components/config.py

index 51ac7606f0de6da5c667f349e65da9b7a153adf9..7c7acc345bfa1b3c44a8a0e665ac39cf83661fda 100644 (file)
@@ -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.