summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-04-27 21:39:53 +0000
committerJeremy Katz <katzj@redhat.com>2005-04-27 21:39:53 +0000
commitf074f6e5feaad861fb65df200063f278713c440c (patch)
treebbc6c8b6f5f4e7977b73568d3e8deedac437bb42 /text.py
parent6eed410f6d4bbf8f85ba493fc7d49fbbec1aae09 (diff)
downloadanaconda-f074f6e5feaad861fb65df200063f278713c440c.tar.gz
anaconda-f074f6e5feaad861fb65df200063f278713c440c.tar.xz
anaconda-f074f6e5feaad861fb65df200063f278713c440c.zip
2005-04-27 Jeremy Katz <katzj@redhat.com>
* gui.py (InstallInterface.run): Don't set SUPPORTED unnecessarily (#155847) * language.py (Language.getDefault): Likewise. * text.py (InstallInterface.run): Likewise.
Diffstat (limited to 'text.py')
-rw-r--r--text.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/text.py b/text.py
index 53c9737fa..58149e0d6 100644
--- a/text.py
+++ b/text.py
@@ -441,10 +441,6 @@ class InstallInterface:
id.fsset.registerProgressWindow(self.progressWindow)
id.fsset.registerWaitWindow(self.waitWindow)
- # Don't set if kickstart already set up a supported lang list.
- if not id.instLanguage.getSupported():
- id.instLanguage.setSupported([id.instLanguage.getDefault()])
-
parted.exception_set_handler(self.partedExceptionWindow)
lastrc = INSTALL_OK