summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-24 20:05:35 +0000
committerMatt Wilson <msw@redhat.com>2001-01-24 20:05:35 +0000
commitefbbcdacfcdad30eff2dc13342ef9dae00098dc2 (patch)
tree4b6ad6546fd83ee8762c7b4010e4045b405844db /text.py
parentc4a9923759f611a6e54f926100919b605ad4ae16 (diff)
downloadanaconda-efbbcdacfcdad30eff2dc13342ef9dae00098dc2.tar.gz
anaconda-efbbcdacfcdad30eff2dc13342ef9dae00098dc2.tar.xz
anaconda-efbbcdacfcdad30eff2dc13342ef9dae00098dc2.zip
use the locale names, not the descriptions
Diffstat (limited to 'text.py')
-rw-r--r--text.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/text.py b/text.py
index d3fd8be4f..f77bde58f 100644
--- a/text.py
+++ b/text.py
@@ -172,10 +172,7 @@ class LanguageSupportWindow:
if todo.language.getSupported () == descriptions:
todo.language.setSupported (None)
else:
- langs = []
- for lang in ct.getSelection():
- langs.append (languages[lang])
- todo.language.setSupported (langs)
+ todo.language.setSupported (ct.getSelection())
return INSTALL_OK