summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorbfox <bfox>2001-02-08 18:21:26 +0000
committerbfox <bfox>2001-02-08 18:21:26 +0000
commit2852388145742dab6ed38b80754250271b88997f (patch)
tree4543aebed0f09dc460356fa26bd3e0ac6e20e172 /text.py
parent5efc264a16d9419cdd44b856f754663dcd49f8a8 (diff)
downloadanaconda-2852388145742dab6ed38b80754250271b88997f.tar.gz
anaconda-2852388145742dab6ed38b80754250271b88997f.tar.xz
anaconda-2852388145742dab6ed38b80754250271b88997f.zip
fixed bug #26541
Diffstat (limited to 'text.py')
-rw-r--r--text.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/text.py b/text.py
index 7c1c56b81..9e2d3fcdc 100644
--- a/text.py
+++ b/text.py
@@ -151,11 +151,11 @@ class LanguageSupportWindow:
return INSTALL_BACK
if rc == "all":
- for lang in languages:
+ for lang in todo.language.getAllSupported():
ct.setEntryValue(lang, 1)
if rc == "reset":
- for lang in languages:
+ for lang in todo.language.getAllSupported():
if lang == current:
ct.setEntryValue(lang, 1)
else: