summaryrefslogtreecommitdiffstats
path: root/textw/keyboard_text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-04-19 06:28:35 +0000
committerJeremy Katz <katzj@redhat.com>2002-04-19 06:28:35 +0000
commit8e7a9bc91b98a02e41dd6d53e8a2027c482346a8 (patch)
tree1c94bb1caace167e96375666ad0cc9467e83d471 /textw/keyboard_text.py
parent34e94e67312be97452e79939ae7104afae3c041b (diff)
downloadanaconda-8e7a9bc91b98a02e41dd6d53e8a2027c482346a8.tar.gz
anaconda-8e7a9bc91b98a02e41dd6d53e8a2027c482346a8.tar.xz
anaconda-8e7a9bc91b98a02e41dd6d53e8a2027c482346a8.zip
more merging fun from the hampton branch. I'm pretty sure this doesn't
work now, at least in gui. text mode might, though
Diffstat (limited to 'textw/keyboard_text.py')
-rw-r--r--textw/keyboard_text.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/textw/keyboard_text.py b/textw/keyboard_text.py
index 70d15f033..6f9b430f5 100644
--- a/textw/keyboard_text.py
+++ b/textw/keyboard_text.py
@@ -43,6 +43,9 @@ class KeyboardWindow:
kbd.set (keyboards[choice])
kbd.beenset = 1
+ if (xconfig != (None, None)) and (xconfig != None):
+ apply(xconfig.setKeyboard, kbd.getXKB())
+
try:
isys.loadKeymap(keyboards[choice])
except SystemError, (errno, msg):