URI: 
       tdo network dialog at the end in installwizard - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 20954514b1338809ed1bdc2eb0a9f71109cf6e8e
   DIR parent 3e14b7dd725f2cb28585c2d6e8a74875370ac980
  HTML Author: thomasv <thomasv@gitorious>
       Date:   Tue,  3 Sep 2013 14:57:29 +0200
       
       do network dialog at the end in installwizard
       
       Diffstat:
         M gui/installwizard.py                |       6 ++----
       
       1 file changed, 2 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/gui/installwizard.py b/gui/installwizard.py
       t@@ -236,13 +236,9 @@ class InstallWizard(QDialog):
        
            def run(self):
        
       -
                action = self.restore_or_create()
                if not action: exit()
        
       -        #if not self.config.get('server'):
       -        self.network_dialog()
       -
                wallet = Wallet(self.storage)
        
                if action == 'create':
       t@@ -282,6 +278,8 @@ class InstallWizard(QDialog):
        
                else: raise
                        
       +        #if not self.config.get('server'):
       +        self.network_dialog()
        
                # start wallet threads
                wallet.start_threads(self.interface, self.blockchain)