summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-04-01 21:09:23 +0000
committerChris Lumens <clumens@redhat.com>2005-04-01 21:09:23 +0000
commit7e944bd61a1c99d9f4e08c007068bef6a6e2fb2d (patch)
treed4952d8f308fc86705178dae490487ee7afd70d8 /text.py
parente7792dc4e78a5f1a4b4263e50e95dffabd42089f (diff)
downloadanaconda-7e944bd61a1c99d9f4e08c007068bef6a6e2fb2d.tar.gz
anaconda-7e944bd61a1c99d9f4e08c007068bef6a6e2fb2d.tar.xz
anaconda-7e944bd61a1c99d9f4e08c007068bef6a6e2fb2d.zip
Removed language_support_gui.py and all references to it, since we were
already skipping that step. Bump version.
Diffstat (limited to 'text.py')
-rw-r--r--text.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/text.py b/text.py
index 67a08a725..4cdf2060c 100644
--- a/text.py
+++ b/text.py
@@ -61,8 +61,6 @@ stepToClasses = {
"HostnameWindow")),
"firewall" : ("firewall_text", ("FirewallWindow",
"SELinuxWindow")),
- "languagesupport" : ("language_text", ("LanguageSupportWindow",
- "LanguageDefaultWindow")),
"timezone" : ("timezone_text", "TimezoneWindow"),
"accounts" : ("userauth_text", "RootPasswordWindow"),
"authentication" : ("userauth_text", ("AuthConfigWindow")),
@@ -422,8 +420,7 @@ class InstallInterface:
#self.screen.drawRootText (len(_(self.welcomeText)), 0,
#(self.screen.width - len(_(self.welcomeText))) * " ")
#self.screen.drawRootText (0 - len(_(step[0])), 0, _(step[0]))
- langname = id.instLanguage.getCurrent()
- lang = id.instLanguage.getNickByName(langname)
+ lang = id.instLanguage.getCurrent()
self.langSearchPath = expandLangs(lang) + ['C']
self.instLanguage = id.instLanguage