summaryrefslogtreecommitdiffstats
path: root/iw/language_gui.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-04-25 18:45:08 +0000
committerChris Lumens <clumens@redhat.com>2005-04-25 18:45:08 +0000
commit1b4233b2b15e92fd1c08832082149d4579a0de8d (patch)
treea02508a47d0efb2f60eac9b24d9074f04b3f4cb5 /iw/language_gui.py
parente00afd040efcdb59a94f68dd964646ffc21e44af (diff)
downloadanaconda-1b4233b2b15e92fd1c08832082149d4579a0de8d.tar.gz
anaconda-1b4233b2b15e92fd1c08832082149d4579a0de8d.tar.xz
anaconda-1b4233b2b15e92fd1c08832082149d4579a0de8d.zip
Set language properly on CD and nopass installs (#149688). Also fixes
the button bar disappearing on CD installs (#151837).
Diffstat (limited to 'iw/language_gui.py')
-rw-r--r--iw/language_gui.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/iw/language_gui.py b/iw/language_gui.py
index 7d113dbc2..4a016665a 100644
--- a/iw/language_gui.py
+++ b/iw/language_gui.py
@@ -34,7 +34,8 @@ class LanguageWindow (InstallWindow):
self.lang = self.instLang.getNickByName(choice)
self.instLang.setRuntimeLanguage(self.lang)
- self.ics.getICW().setLanguage()
+ self.instLang.setDefault(self.lang)
+ self.instLang.setSupported([self.lang])
return None