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')