commit 779245dafd2cef8e0585a6cf145431eb3c7fce93 parent 2955fd1a8c58d570a7f461d8b471eab178e17bce Author: ThomasV <thomasv@electrum.org> Date: Fri, 12 Feb 2016 13:01:48 +0100 kivy: minor fix, update_history_tab Diffstat:
M | plugins/labels/kivy.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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')