tremove show() in waiting dialog - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 1fdb8be42ff98a8f06c234d4c1b38058c0b85717
DIR parent 818d53fce2c1e4b590d253822b638a033bb4b72c
HTML Author: ThomasV <thomasv@gitorious>
Date: Mon, 30 Sep 2013 17:43:31 +0200
remove show() in waiting dialog
Diffstat:
M gui/qt/installwizard.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
t@@ -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_()