Merge branch 'master' of git://github.com/spesmilo/electrum
authorThomasV <thomasv@gitorious>
Mon, 30 Sep 2013 15:43:33 +0000 (17:43 +0200)
committerThomasV <thomasv@gitorious>
Mon, 30 Sep 2013 15:43:33 +0000 (17:43 +0200)
gui/qt/installwizard.py

index e8eccce..7cb681f 100644 (file)
@@ -146,7 +146,6 @@ class InstallWizard(QDialog):
         vbox = QVBoxLayout(self)
         self.waiting_label = QLabel(msg)
         vbox.addWidget(self.waiting_label)
-        self.show()
         t = threading.Thread(target = target)
         t.start()
         self.exec_()