From 95e0e238690f3bd1b3efdac53e222b38aef0cbf8 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 17 Mar 2017 13:47:27 +0100 Subject: [PATCH] fix #2301 --- gui/qt/installwizard.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 47b06721..fcc22869 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -279,8 +279,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard): self.logo.setPixmap(QPixmap(filename).scaledToWidth(60)) return prior_filename - def set_layout(self, layout, title=None, raise_on_cancel=True, - next_enabled=True): + def set_layout(self, layout, title=None, next_enabled=True): self.title.setText("%s"%title if title else "") self.title.setVisible(bool(title)) # Get rid of any prior layout by assigning it to a temporary widget