Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-12-20 18:22:44 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-12-20 18:22:44 (GMT)
commit7cf12521921886fa38416251c2130c928fe3b10b (patch)
tree904cb40b56699a56e9c7f11799f89cde0dab8c30 /shell
parentfe80f9643adede3d5c634398cf1902ba691b419a (diff)
Take the XKB_LAYOUT out of the config when doing recovery.
Diffstat (limited to 'shell')
-rw-r--r--shell/controlpanel/control.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/controlpanel/control.py b/shell/controlpanel/control.py
index d4a4f6e..7db21ce 100644
--- a/shell/controlpanel/control.py
+++ b/shell/controlpanel/control.py
@@ -439,7 +439,6 @@ def get_language():
fd = open(path, 'w')
default = 'en_US.UTF-8'
fd.write('LANG="%s"\n'%default)
- fd.write('XKB_LAYOUT="us(olpc)"\n')
fd.close()
return default