summaryrefslogtreecommitdiffstats
path: root/iw/language_gui.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-04-18 14:24:52 +0000
committerChris Lumens <clumens@redhat.com>2005-04-18 14:24:52 +0000
commit04e45fcaf287615999725e85e32a385ba5f29e16 (patch)
treef852172bf80e3319396feb21c753094849ef74ce /iw/language_gui.py
parent0ff4064ca51d223c603d8ecc53137dfb607ee69b (diff)
downloadanaconda-04e45fcaf287615999725e85e32a385ba5f29e16.tar.gz
anaconda-04e45fcaf287615999725e85e32a385ba5f29e16.tar.xz
anaconda-04e45fcaf287615999725e85e32a385ba5f29e16.zip
Fix traceback (#155103).
Diffstat (limited to 'iw/language_gui.py')
-rw-r--r--iw/language_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/language_gui.py b/iw/language_gui.py
index 70f619c5e..7d113dbc2 100644
--- a/iw/language_gui.py
+++ b/iw/language_gui.py
@@ -34,7 +34,7 @@ class LanguageWindow (InstallWindow):
self.lang = self.instLang.getNickByName(choice)
self.instLang.setRuntimeLanguage(self.lang)
- self.ics.getICW().setLanguage (self.lang)
+ self.ics.getICW().setLanguage()
return None