summaryrefslogtreecommitdiffstats
path: root/iw/language_gui.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 /iw/language_gui.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 'iw/language_gui.py')
-rw-r--r--iw/language_gui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/iw/language_gui.py b/iw/language_gui.py
index 673e555d2..28bb18ad4 100644
--- a/iw/language_gui.py
+++ b/iw/language_gui.py
@@ -35,7 +35,6 @@ class LanguageWindow (InstallWindow):
self.instLang.setRuntimeLanguage(self.lang)
self.instLang.setDefault(self.lang)
- self.instLang.setSupported([self.lang])
self.ics.getICW().setLanguage()
return None