summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-01-05 01:18:23 +0000
committerMike Fulbright <msf@redhat.com>2001-01-05 01:18:23 +0000
commitaa5fe0114f929a6507b093db1067da3a44bdcf22 (patch)
tree6252bc5caa238ff9f3604f52ca355cfe80eef3e7 /iw
parent9164d01abbd016512f60be0b37f7c74536952edf (diff)
downloadanaconda-aa5fe0114f929a6507b093db1067da3a44bdcf22.tar.gz
anaconda-aa5fe0114f929a6507b093db1067da3a44bdcf22.tar.xz
anaconda-aa5fe0114f929a6507b093db1067da3a44bdcf22.zip
fix for bug on LANG not being set on CDROM booted installs
Diffstat (limited to 'iw')
-rw-r--r--iw/language_gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/language_gui.py b/iw/language_gui.py
index 96271221f..b8dc53f07 100644
--- a/iw/language_gui.py
+++ b/iw/language_gui.py
@@ -53,6 +53,7 @@ class LanguageWindow (InstallWindow):
for locale in language_keys:
row = self.language.append ((locale,))
if self.languages[locale] == self.icw.getLanguage ():
+ self.lang = locale
default = n
n = n + 1