From 5f39b42abcb870214a68502ac51d1b9c3ec17597 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Fri, 7 Apr 2006 15:43:46 +0000 Subject: fix typo --- lib/python/Components/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components') 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. -- cgit v1.2.3