1
0

more fixes for kivy

This commit is contained in:
ThomasV
2016-08-30 11:19:30 +02:00
parent 08733c09c4
commit 83dbe7fbf3
3 changed files with 19 additions and 11 deletions

View File

@@ -157,7 +157,7 @@ class HistoryScreen(CScreen):
def update(self, see_all=False):
if self.app.wallet is None:
return
history = reversed(self.app.wallet.get_history(self.app.current_account))
history = reversed(self.app.wallet.get_history())
history_card = self.screen.ids.history_container
history_card.clear_widgets()
count = 0