tdisable wizard.finished() - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 9366e37fb05d1d7944e2ebffbea6feec3221ef3d
DIR parent 4781df9d2107ec65181e99073aaac4bbf18ade91
HTML Author: ThomasV <thomasv@electrum.org>
Date: Tue, 23 Aug 2016 16:14:41 +0200
disable wizard.finished()
Diffstat:
M gui/qt/installwizard.py | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
t@@ -200,9 +200,8 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
def finished(self):
- '''Ensure the dialog is closed.'''
- self.accept()
- self.refresh_gui()
+ """Called in hardware client wrapper, in order to close popups."""
+ return
def on_error(self, exc_info):
if not isinstance(exc_info[1], UserCancelled):