summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-05 01:30:25 +0000
committerMatt Wilson <msw@redhat.com>2001-01-05 01:30:25 +0000
commita7b3127a955631ea809fab982a5e71527e85bbcf (patch)
treeaa13e9db2f19732032b939f4a0e89e9ce29cdaf6 /iw
parentaa5fe0114f929a6507b093db1067da3a44bdcf22 (diff)
downloadanaconda-a7b3127a955631ea809fab982a5e71527e85bbcf.tar.gz
anaconda-a7b3127a955631ea809fab982a5e71527e85bbcf.tar.xz
anaconda-a7b3127a955631ea809fab982a5e71527e85bbcf.zip
don't rely on environment to get kbd default
Diffstat (limited to 'iw')
-rw-r--r--iw/keyboard_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/keyboard_gui.py b/iw/keyboard_gui.py
index 5c9dc8621..9cecb59cd 100644
--- a/iw/keyboard_gui.py
+++ b/iw/keyboard_gui.py
@@ -50,7 +50,7 @@ class KeyboardWindow (InstallWindow):
# KeyboardWindow tag="kybd"
def getScreen (self):
if not self.hasrun:
- default = iutil.defaultKeyboard()
+ default = iutil.defaultKeyboard(self.todo.language.get())
if Keyboard.console2x.has_key (default):
self.model = Keyboard.console2x[default][0]
self.layout = Keyboard.console2x[default][1]