summaryrefslogtreecommitdiffstats
path: root/textw/keyboard_text.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/keyboard_text.py')
-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 52ecffb2c..d136446df 100644
--- a/textw/keyboard_text.py
+++ b/textw/keyboard_text.py
@@ -39,7 +39,7 @@ class KeyboardWindow:
if anaconda.id.keyboard.beenset:
default = anaconda.id.keyboard.get ()
else:
- default = anaconda.id.instLanguage.getDefaultKeyboard()
+ default = anaconda.id.instLanguage.getDefaultKeyboard(anaconda.rootPath)
if default not in keyboards:
default = 'us'