diff options
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |