URI: 
       tfollow-up 15d74b4e19147736eead6e868c2bc4e63f47da0e - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit f33ee01e6456734ab723ee4444b7bbfb706b29be
   DIR parent 4721e21df08450dbdbd1dc4de0959cb3594f9422
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Mon, 24 Jul 2017 18:19:52 +0200
       
       follow-up 15d74b4e19147736eead6e868c2bc4e63f47da0e
       
       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@@ -213,7 +213,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
                    if self.storage.file_exists() and not self.storage.is_encrypted():
                        break
                    if self.loop.exec_() != 2:  # 2 = next
       -                self.close()
       +                return
                    if not self.storage.file_exists():
                        break
                    if self.storage.file_exists() and self.storage.is_encrypted():