summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-11-07 11:09:56 -0500
committerChris Lumens <clumens@redhat.com>2008-11-10 10:06:01 -0500
commit8d5c43387bbbc05c82fd80d25dc00442e432ec5c (patch)
treef1c80a5bd3afee6ce688c34ac2f53b9e0fdee775
parent6b1a0d0f1774531ecd36e88e0b6c1756c431bb8c (diff)
downloadanaconda-8d5c43387bbbc05c82fd80d25dc00442e432ec5c.tar.gz
anaconda-8d5c43387bbbc05c82fd80d25dc00442e432ec5c.tar.xz
anaconda-8d5c43387bbbc05c82fd80d25dc00442e432ec5c.zip
Set the default keyboard based on the language (#470446).
This is required by changes I made in s-c-keyboard to fix a traceback in firstboot reconfig mode. Seems like having both of these working at the same time is very difficult.
-rw-r--r--iw/kbd_gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/kbd_gui.py b/iw/kbd_gui.py
index 80c7b4cb1..fdf67e131 100644
--- a/iw/kbd_gui.py
+++ b/iw/kbd_gui.py
@@ -34,5 +34,6 @@ class KeyboardWindow(InstallWindow, installKeyboardWindow):
installKeyboardWindow.getNext(self)
def getScreen(self, anaconda):
+ anaconda.id.keyboard.beenset = 1
return installKeyboardWindow.getScreen(self, anaconda.id.instLanguage.getDefaultKeyboard(),
anaconda.id.keyboard)