commit 1fdb8be42ff98a8f06c234d4c1b38058c0b85717
parent 818d53fce2c1e4b590d253822b638a033bb4b72c
Author: ThomasV <thomasv@gitorious>
Date: Mon, 30 Sep 2013 17:43:31 +0200
remove show() in waiting dialog
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
@@ -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_()