Browse Source

kivy: minor fix, update_history_tab

283
ThomasV 9 years ago
parent
commit
779245dafd
  1. 2
      plugins/labels/kivy.py

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

Loading…
Cancel
Save