From 3d9eb32b50bf55b54d74e52dd86bd106325a802e Mon Sep 17 00:00:00 2001 From: thomasv Date: Fri, 15 Jun 2012 13:46:30 +0200 Subject: [PATCH] remove unneeded call --- lib/gui_qt.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/gui_qt.py b/lib/gui_qt.py index ecfad22e..aed7b70c 100644 --- a/lib/gui_qt.py +++ b/lib/gui_qt.py @@ -212,9 +212,8 @@ class ElectrumWindow(QMainWindow): # dark magic fix by flatfly; https://bitcointalk.org/index.php?topic=73651.msg959913#msg959913 if platform.system() == 'Windows': - n = 2 if self.wallet.seed else 1 + n = 3 if self.wallet.seed else 2 tabs.setCurrentIndex (n) - tabs.setCurrentIndex (n+1) tabs.setCurrentIndex (0)