remove show() in waiting dialog
authorThomasV <thomasv@gitorious>
Mon, 30 Sep 2013 15:43:31 +0000 (17:43 +0200)
committerThomasV <thomasv@gitorious>
Mon, 30 Sep 2013 15:43:31 +0000 (17:43 +0200)
gui/qt/installwizard.py

index d8d6555..6521b18 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_()