URI: 
       tfix: show tabs in load_wallet - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit d4bba181c209b2d5ddc99bd0f1813c513ce4a1fd
   DIR parent c6b5a703621c1e4fb632304f1cfb311fb0f46371
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Tue,  1 Sep 2015 01:18:02 +0200
       
       fix: show tabs in load_wallet
       
       Diffstat:
         M gui/qt/main_window.py               |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py
       t@@ -255,6 +255,7 @@ class ElectrumWindow(QMainWindow):
                self.update_console()
                self.clear_receive_tab()
                self.update_receive_tab()
       +        self.tabs.show()
                self.show()
                if self.wallet.is_watching_only():
                    msg = ' '.join([
       t@@ -409,7 +410,6 @@ class ElectrumWindow(QMainWindow):
                else:
                    self.wallet.start_threads(self.network)
                    self.load_wallet(self.wallet)
       -        self.show()
        
            def update_recently_visited(self, filename=None):
                recent = self.config.get('recently_open', [])