From e1f9c8421f877b12829eb828b9fcaa2d692f4238 Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Tue, 20 Jan 2015 21:00:59 +0100
Subject: [PATCH] Fixed community not being added to account

---
 src/cutecoin/gui/process_cfg_community.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cutecoin/gui/process_cfg_community.py b/src/cutecoin/gui/process_cfg_community.py
index 2b257a5f..1586b703 100644
--- a/src/cutecoin/gui/process_cfg_community.py
+++ b/src/cutecoin/gui/process_cfg_community.py
@@ -190,5 +190,6 @@ class ProcessConfigureCommunity(QDialog, Ui_CommunityConfigurationDialog):
             else:
                 return
 
+        self.account.add_community(self.community)
         self.accepted.emit()
         self.close()
-- 
GitLab