commit 029f33a47c137d97e3bab754f7069ee9cac6f928
parent 23df7394df60f53adb469173b5c9ef4bceb15574
Author: ThomasV <thomasv@gitorious>
Date: Tue, 29 Apr 2014 19:33:42 +0200
minor fix for restore dialog
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
@@ -363,6 +363,8 @@ class InstallWizard(QDialog):
if t == 'standard':
text = self.enter_seed_dialog(True, None)
+ if not text:
+ return
if Wallet.is_seed(text):
password = self.password_dialog()
wallet = Wallet.from_seed(text, self.storage)