URI: 
       tkivy: minor fix, update_history_tab - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 779245dafd2cef8e0585a6cf145431eb3c7fce93
   DIR parent 2955fd1a8c58d570a7f461d8b471eab178e17bce
  HTML 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(-)
       ---
   DIR diff --git a/plugins/labels/kivy.py b/plugins/labels/kivy.py
       t@@ -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')