summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-02 22:40:47 +0000
committerMatt Wilson <msw@redhat.com>2000-02-02 22:40:47 +0000
commit68b0a3a5ce8ef31f7599817e525256098708670e (patch)
tree6588630631d22e4a03b9da086097f08da3052c20 /iw
parent782a37fff8924ea468d6697087f8097ecb4fa4bb (diff)
downloadanaconda-68b0a3a5ce8ef31f7599817e525256098708670e.tar.gz
anaconda-68b0a3a5ce8ef31f7599817e525256098708670e.tar.xz
anaconda-68b0a3a5ce8ef31f7599817e525256098708670e.zip
set kernel map from X settings
Diffstat (limited to 'iw')
-rw-r--r--iw/keyboard.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/keyboard.py b/iw/keyboard.py
index 13aa15409..95e973043 100644
--- a/iw/keyboard.py
+++ b/iw/keyboard.py
@@ -29,6 +29,7 @@ class KeyboardWindow (InstallWindow):
if self.hasrun:
self.todo.x.setKeyboard (self.rulesbase, self.model,
self.layout, self.variant, "")
+ self.todo.keyboard.setfromx (self.model, self.layout)
return None
def select_row (self, clist, row, col, event):