URI: 
       tfix #2301 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 95e0e238690f3bd1b3efdac53e222b38aef0cbf8
   DIR parent 2323abb7698e5ffaa27d262f11564e62db1066d4
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Fri, 17 Mar 2017 13:47:27 +0100
       
       fix #2301
       
       Diffstat:
         M gui/qt/installwizard.py             |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
   DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
       t@@ -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("<b>%s</b>"%title if title else "")
                self.title.setVisible(bool(title))
                # Get rid of any prior layout by assigning it to a temporary widget