summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorbfox <bfox>2001-01-15 20:06:06 +0000
committerbfox <bfox>2001-01-15 20:06:06 +0000
commitfb199929c4001867b9df065adc09682fa58c53b0 (patch)
treef0fa7fe81c2c7d80d66ac8334338f27fc4eb1e8d /iw
parent6e951cdfd7b7bc2b3dc2cd5f657c08da0b6b70ba (diff)
downloadanaconda-fb199929c4001867b9df065adc09682fa58c53b0.tar.gz
anaconda-fb199929c4001867b9df065adc09682fa58c53b0.tar.xz
anaconda-fb199929c4001867b9df065adc09682fa58c53b0.zip
Fixed bug #12250. We weren't writing anything but LANG="en_US" to /etc/sysconfig/i18n in gui mode, no matter what the user chose. This is fixed now.
Diffstat (limited to 'iw')
-rw-r--r--iw/language_support_gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/language_support_gui.py b/iw/language_support_gui.py
index bd0e1e867..8015035a2 100644
--- a/iw/language_support_gui.py
+++ b/iw/language_support_gui.py
@@ -125,6 +125,7 @@ class LanguageSupportWindow (InstallWindow):
self.sensitiveList = []
self.running = 0
self.defaultLang = self.todo.language.get()
+# print self.defaultLang
language_keys = self.languages.keys ()