From a17a7f5c2d4bf39b355245885e2f991736629ce1 Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Mon, 9 Feb 2015 22:24:47 +0100
Subject: [PATCH] Fixed another typo

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

diff --git a/src/cutecoin/gui/currency_tab.py b/src/cutecoin/gui/currency_tab.py
index bc5e1f62..c5be799e 100644
--- a/src/cutecoin/gui/currency_tab.py
+++ b/src/cutecoin/gui/currency_tab.py
@@ -170,7 +170,7 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget):
                                                            QModelIndex(),
                                                            [])
 
-        person = Person.lookup(self.account.pubkey, self.community)
+        person = Person.lookup(self.app.current_account.pubkey, self.community)
         join_block = person.membership(self.community).block_number
         join_date = self.community.get_block(join_block).mediantime
         parameters = self.community.get_parameters()
-- 
GitLab