URI: 
       tfix #2124 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit af46f838303463607ddd5836e6cd7431cff116eb
   DIR parent f59e92f947539db8e829c96588424ea6ece4cb7c
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Sun, 22 Jan 2017 01:01:52 +0100
       
       fix #2124
       
       Diffstat:
         M gui/qt/installwizard.py             |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py
       t@@ -345,6 +345,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
                self.refresh_gui()
                t = threading.Thread(target = task)
                t.start()
       +        t.join()
        
            @wizard_dialog
            def choice_dialog(self, title, message, choices, run_next):