summaryrefslogtreecommitdiffstats
path: root/textw
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 /textw
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 'textw')
-rw-r--r--textw/keyboard_text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/keyboard_text.py b/textw/keyboard_text.py
index dc9d3bf86..bf24ce69a 100644
--- a/textw/keyboard_text.py
+++ b/textw/keyboard_text.py
@@ -22,7 +22,7 @@ from flags import flags
class KeyboardWindow:
beenRun = 0
- def __call__(self, screen, instLang, kbd):
+ def __call__(self, screen, instLang, kbd, xconfig):
if flags.serial:
return INSTALL_NOOP
keyboards = kbd.available ()