From 779245dafd2cef8e0585a6cf145431eb3c7fce93 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 12 Feb 2016 13:01:48 +0100 Subject: [PATCH] kivy: minor fix, update_history_tab --- plugins/labels/kivy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/labels/kivy.py b/plugins/labels/kivy.py index 2bdc78891..8cab7db3b 100644 --- a/plugins/labels/kivy.py +++ b/plugins/labels/kivy.py @@ -10,5 +10,5 @@ class Plugin(LabelsPlugin): def on_pulled(self, wallet): self.print_error('on pulled') - self.window.update_history_tab() + self.window.update_tab('history')