summaryrefslogtreecommitdiffstats
path: root/text.py
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 /text.py
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 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 78bfa90b3..d2124c649 100644
--- a/text.py
+++ b/text.py
@@ -127,7 +127,7 @@ class KeyboardWindow:
if self.beenRun:
default = todo.keyboard.get ()
else:
- default = iutil.defaultKeyboard()
+ default = iutil.defaultKeyboard(todo.language.get())
try:
default = keyboards.index (default)