summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorbfox <bfox>2000-12-04 23:21:10 +0000
committerbfox <bfox>2000-12-04 23:21:10 +0000
commit8c2dcc54144d6b60a4f631fd31cfcfae59fc152e (patch)
tree9aaeb254a73d5a849e94b9f7b56ddea5685803f8 /iw
parent81da3011645cb145ec1968af77a993163bed0e72 (diff)
downloadanaconda-8c2dcc54144d6b60a4f631fd31cfcfae59fc152e.tar.gz
anaconda-8c2dcc54144d6b60a4f631fd31cfcfae59fc152e.tar.xz
anaconda-8c2dcc54144d6b60a4f631fd31cfcfae59fc152e.zip
Fixed bug #18385
Diffstat (limited to 'iw')
-rw-r--r--iw/keyboard_gui.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/iw/keyboard_gui.py b/iw/keyboard_gui.py
index b71047530..6b18beb62 100644
--- a/iw/keyboard_gui.py
+++ b/iw/keyboard_gui.py
@@ -29,10 +29,17 @@ class KeyboardWindow (InstallWindow):
self.hasrun = 0
def getNext (self):
+ print "Inside getNext"
+ print self.rulesbase, self.model, self.layout, self.variant
+# self.todo.kbdVariant = self.variant
+
+# if self.variant == "nodeadkeys":
+# self.layout = self.variant
+
if self.hasrun:
self.todo.x.setKeyboard (self.rulesbase, self.model,
self.layout, self.variant, "")
- self.todo.keyboard.setfromx (self.model, self.layout)
+ self.todo.keyboard.setfromx (self.model, self.layout, self.variant)
try:
isys.loadKeymap(self.todo.keyboard.get())
except: