diff options
author | Matt Wilson <msw@redhat.com> | 2000-02-14 19:18:14 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-02-14 19:18:14 +0000 |
commit | a1c33322f743c4a868f20fae275f7021488a7241 (patch) | |
tree | 13563401b464c9686749cad64d3377e08c517c49 /iw | |
parent | 42fc4c6694005007fca9d3fa58cf3a0110f1cc3f (diff) | |
download | anaconda-a1c33322f743c4a868f20fae275f7021488a7241.tar.gz anaconda-a1c33322f743c4a868f20fae275f7021488a7241.tar.xz anaconda-a1c33322f743c4a868f20fae275f7021488a7241.zip |
add uk map, sort console2xkb
Diffstat (limited to 'iw')
-rw-r--r-- | iw/keyboard.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/iw/keyboard.py b/iw/keyboard.py index 95e973043..db70fe52d 100644 --- a/iw/keyboard.py +++ b/iw/keyboard.py @@ -36,8 +36,7 @@ class KeyboardWindow (InstallWindow): self.model = self.modelList.get_row_data (self.modelList.selection[0]) self.layout = self.layoutList.get_row_data (self.layoutList.selection[0]) self.variant = self.variantList.get_row_data (self.variantList.selection[0]) - print self.variant - + self.kb.setRule (self.model, self.layout, self.variant, "complete") def getScreen (self): |