diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-05-22 15:34:32 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-05-22 15:34:32 +0000 |
commit | 26eceffe5ea17df10e32d29f6fcd44ea50571d0f (patch) | |
tree | 727d2f9245825850972c027cb47f85eea8dd85b1 /textw | |
parent | 70bea72f9058ab1ff1a9233fd585f3caaac09580 (diff) | |
download | anaconda-26eceffe5ea17df10e32d29f6fcd44ea50571d0f.tar.gz anaconda-26eceffe5ea17df10e32d29f6fcd44ea50571d0f.tar.xz anaconda-26eceffe5ea17df10e32d29f6fcd44ea50571d0f.zip |
update for change in redhat-config-keyboard api. *sigh*
Diffstat (limited to 'textw')
-rw-r--r-- | textw/keyboard_text.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textw/keyboard_text.py b/textw/keyboard_text.py index 655e4fafe..0e65068ff 100644 --- a/textw/keyboard_text.py +++ b/textw/keyboard_text.py @@ -21,7 +21,7 @@ from rhpl.log import log from rhpl.translate import _ class KeyboardWindow: - def __call__(self, screen, defaultByLang, kbd, xconfig): + def __call__(self, screen, defaultByLang, kbd): if flags.serial: return INSTALL_NOOP keyboards = kbd.modelDict.keys() @@ -45,8 +45,6 @@ class KeyboardWindow: kbd.beenset = 1 kbd.activate() -## if (xconfig != (None, None)) and (xconfig != None): -## apply(xconfig.setKeyboard, kbd.getXKB()) # FIXME: eventually, kbd.activate will do this try: |