tfix issue #348 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 1083a15258a999423bb55bd77e06665e21a423b0 DIR parent d377f93cfea7f669973cbc3dc6ed4c06fa161f77 HTML Author: ThomasV <thomasv@gitorious> Date: Tue, 22 Oct 2013 19:14:41 +0200 fix issue #348 Diffstat: M gui/qt/main_window.py | 6 ------ 1 file changed, 0 insertions(+), 6 deletions(-) --- DIR diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py t@@ -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()