diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-02 22:40:47 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-02 22:40:47 +0000 |
commit | 68b0a3a5ce8ef31f7599817e525256098708670e (patch) | |
tree | 6588630631d22e4a03b9da086097f08da3052c20 /iw/keyboard.py | |
parent | 782a37fff8924ea468d6697087f8097ecb4fa4bb (diff) | |
download | anaconda-68b0a3a5ce8ef31f7599817e525256098708670e.tar.gz anaconda-68b0a3a5ce8ef31f7599817e525256098708670e.tar.xz anaconda-68b0a3a5ce8ef31f7599817e525256098708670e.zip |
set kernel map from X settings
Diffstat (limited to 'iw/keyboard.py')
-rw-r--r-- | iw/keyboard.py | 1 |
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): |