From 18745a0904e035f7a5bc50ed6bd44f46cbbea70b Mon Sep 17 00:00:00 2001
From: Vincent Texier <vit@free.fr>
Date: Sun, 1 Mar 2015 18:11:36 +0100
Subject: [PATCH] Fix community tab initialized two times at start

---
 src/cutecoin/gui/currency_tab.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/cutecoin/gui/currency_tab.py b/src/cutecoin/gui/currency_tab.py
index 688e594e..f07412a2 100644
--- a/src/cutecoin/gui/currency_tab.py
+++ b/src/cutecoin/gui/currency_tab.py
@@ -78,9 +78,6 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget):
         self.community = community
         self.password_asker = password_asker
         self.status_label = status_label
-        self.tab_community = CommunityTabWidget(self.app.current_account,
-                                                    self.community,
-                                                    self.password_asker)
         self.bc_watcher = BlockchainWatcher(self.app.current_account,
                                                 community)
         self.bc_watcher.new_block_mined.connect(self.refresh_block)
-- 
GitLab