summaryrefslogtreecommitdiffstats
path: root/textw/language_text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-06-28 18:42:55 +0000
committerChris Lumens <clumens@redhat.com>2005-06-28 18:42:55 +0000
commitac120dc77bcbabf566beaaeceddfdf2575279b52 (patch)
tree182bcfff9484133b3fc420d848701db6ea1ee908 /textw/language_text.py
parent66e26cbfe6b118a8536bb1b72874865e75ebbcbf (diff)
downloadanaconda-ac120dc77bcbabf566beaaeceddfdf2575279b52.tar.gz
anaconda-ac120dc77bcbabf566beaaeceddfdf2575279b52.tar.xz
anaconda-ac120dc77bcbabf566beaaeceddfdf2575279b52.zip
Deprecate the langsupport kickstart keyword in favor of adding language
support package groups to the %packages section of the kickstart file.
Diffstat (limited to 'textw/language_text.py')
-rw-r--r--textw/language_text.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/textw/language_text.py b/textw/language_text.py
index dcde03ae9..769ee1a2d 100644
--- a/textw/language_text.py
+++ b/textw/language_text.py
@@ -83,7 +83,6 @@ class LanguageWindow:
instLanguage.setRuntimeLanguage(choice)
instLanguage.setDefault(choice)
- instLanguage.setSupported([choice])
textInterface.drawFrame()