minor fix for restore dialog
authorThomasV <thomasv@gitorious>
Tue, 29 Apr 2014 17:33:42 +0000 (19:33 +0200)
committerThomasV <thomasv@gitorious>
Tue, 29 Apr 2014 17:33:42 +0000 (19:33 +0200)
gui/qt/installwizard.py

index a79c273..bce5f77 100644 (file)
@@ -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)