URI: 
       tfollow-up previous commit - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 958898280e5801618cec7e28d8b4f9ec3e76731a
   DIR parent 8b79e9fed1dfe4f8c272098f828acd19dcf2b15a
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Sat,  7 Mar 2020 23:06:30 +0100
       
       follow-up previous commit
       
       Diffstat:
         M electrum/gui/kivy/main_window.py    |       3 ---
       
       1 file changed, 0 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/electrum/gui/kivy/main_window.py b/electrum/gui/kivy/main_window.py
       t@@ -433,9 +433,6 @@ class ElectrumWindow(App):
        
            def switch_to(self, name):
                s = getattr(self, name + '_screen', None)
       -        if s is None:
       -            s = self.tabs.ids[name + '_screen']
       -            s.load_screen()
                panel = self.tabs.ids.panel
                tab = self.tabs.ids[name + '_tab']
                panel.switch_to(tab)