From 1083a15258a999423bb55bd77e06665e21a423b0 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 22 Oct 2013 19:14:41 +0200 Subject: [PATCH] fix issue #348 --- gui/qt/main_window.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 83807765..8394d305 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -195,12 +195,6 @@ class ElectrumWindow(QMainWindow): # set initial message self.console.showMessage(self.network.banner) - # dark magic fix by flatfly; https://bitcointalk.org/index.php?topic=73651.msg959913#msg959913 - if platform.system() == 'Windows': - n = 3 if self.wallet.seed else 2 - tabs.setCurrentIndex (n) - tabs.setCurrentIndex (0) - self.wallet = None self.init_lite()