summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-12 16:43:42 +0000
committerMatt Wilson <msw@redhat.com>2001-07-12 16:43:42 +0000
commitee430f842a9a265fd88a815ee7c6216912b4c84d (patch)
tree099fb10ab74641ffe91213bb147fe45080904d71 /iw
parent365ef656b8da771bde7eea733236651db0e5c387 (diff)
downloadanaconda-ee430f842a9a265fd88a815ee7c6216912b4c84d.tar.gz
anaconda-ee430f842a9a265fd88a815ee7c6216912b4c84d.tar.xz
anaconda-ee430f842a9a265fd88a815ee7c6216912b4c84d.zip
fix X keyboard setup from gui keyboard screen (#48761)
Diffstat (limited to 'iw')
-rw-r--r--iw/keyboard_gui.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/iw/keyboard_gui.py b/iw/keyboard_gui.py
index abdf7d4e8..b61aef84a 100644
--- a/iw/keyboard_gui.py
+++ b/iw/keyboard_gui.py
@@ -37,9 +37,8 @@ class KeyboardWindow (InstallWindow):
if self.flags.setupFilesystems:
self.kb.setRule (self.model, self.layout, self.variant, "complete")
- # XXX
- #self.x.setKeyboard (self.rulesbase, self.model,
- #self.layout, self.variant, "")
+ self.x.setKeyboard (self.rulesbase, self.model,
+ self.layout, self.variant, "")
self.kbd.setfromx (self.model, self.layout, self.variant)
@@ -60,9 +59,10 @@ class KeyboardWindow (InstallWindow):
self.kb.setRule (self.model, self.layout, self.variant, "complete")
# KeyboardWindow tag="kybd"
- def getScreen (self, instLang, kbd):
+ def getScreen (self, instLang, kbd, x):
self.flags = flags
self.kbd = kbd
+ self.x = x
cur = kbd.getXKB()
self.model = cur[1]