summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2001-02-01 20:55:09 +0000
committerErik Troan <ewt@redhat.com>2001-02-01 20:55:09 +0000
commit058c5a581f7651fc0ed44c52bed69f19f726765a (patch)
treeb2f659243ec164b5b26993c28f48e45b144f1b80 /text.py
parent098141b489e6b519283342fbf5e5d0a94797539b (diff)
downloadanaconda-058c5a581f7651fc0ed44c52bed69f19f726765a.tar.gz
anaconda-058c5a581f7651fc0ed44c52bed69f19f726765a.tar.xz
anaconda-058c5a581f7651fc0ed44c52bed69f19f726765a.zip
set current item on the languages supported screen
Diffstat (limited to 'text.py')
-rw-r--r--text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/text.py b/text.py
index e0815bdae..b932932ef 100644
--- a/text.py
+++ b/text.py
@@ -134,6 +134,7 @@ class LanguageSupportWindow:
for lang in languages:
if lang == current:
ct.append(lang, lang, 1)
+ ct.setCurrent(lang)
else:
ct.append(lang, lang, 0)