From 237dc54ab6bad3e5844ff2d9cb9a01a16a4118bc Mon Sep 17 00:00:00 2001
From: Inso <insomniak.fr@gmail.com>
Date: Sun, 25 Jan 2015 21:27:20 +0100
Subject: [PATCH] Fixed so it can run

---
 src/cutecoin/models/txhistory.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/cutecoin/models/txhistory.py b/src/cutecoin/models/txhistory.py
index 7a8942b9..62b6659c 100644
--- a/src/cutecoin/models/txhistory.py
+++ b/src/cutecoin/models/txhistory.py
@@ -27,7 +27,6 @@ class HistoryTableModel(QAbstractTableModel):
         self.account = account
         self.community = community
         self.columns = ('Date', 'UID/Public key', 'Payment', 'Deposit', 'Comment')
-        self.sorting = lambda
         self.transactions = self.account.transactions_sent(self.community) + \
          self.account.transactions_awaiting(self.community) + \
          self.account.transactions_received(self.community)
-- 
GitLab