From f074f6e5feaad861fb65df200063f278713c440c Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Wed, 27 Apr 2005 21:39:53 +0000 Subject: 2005-04-27 Jeremy Katz * gui.py (InstallInterface.run): Don't set SUPPORTED unnecessarily (#155847) * language.py (Language.getDefault): Likewise. * text.py (InstallInterface.run): Likewise. --- gui.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gui.py') diff --git a/gui.py b/gui.py index ae0206222..3e1356403 100755 --- a/gui.py +++ b/gui.py @@ -764,10 +764,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(partedExceptionWindow) self.icw = InstallControlWindow (self, self.dispatch, id) -- cgit