URI: 
       tadd show in set_layout - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 6ececd500d78375862391115f4ecb69b6a53e688
   DIR parent 14d7be7445fa16d1863a5c114fd1dd4dc4748547
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun,  8 Mar 2015 08:07:30 +0100
       
       add show in set_layout
       
       Diffstat:
         M gui/qt/installwizard.py             |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
       t@@ -45,6 +45,7 @@ class InstallWizard(QDialog):
                w.setLayout(layout)
                self.stack.addWidget(w)
                self.stack.setCurrentWidget(w)
       +        self.show()
        
            def restore_or_create(self):
                vbox = QVBoxLayout()