tfix #1984 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 1fd6aef9c9c759a583310a5770eafb1f6fc55784 DIR parent 27b4a8dd51aad674ed5127fd57f4748cd516c339 HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 17 Oct 2016 08:27:06 +0200 fix #1984 Diffstat: M gui/qt/installwizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py t@@ -79,7 +79,7 @@ def wizard_dialog(func): try: out = func(*args, **kwargs) except GoBack: - wizard.go_back() + wizard.go_back() if wizard.can_go_back() else wizard.close() return except UserCancelled: return