URI: 
       tfix typo - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 4fd43882c412cace2325fe39daf06953b1045cda
   DIR parent 8b9cff638f820fbe9b76c27c9126f75e9921d435
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Fri,  4 Sep 2015 12:23:37 +0200
       
       fix typo
       
       Diffstat:
         M gui/kivy/uix/dialogs/qr_scanner.py  |       5 ++---
       
       1 file changed, 2 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/gui/kivy/uix/dialogs/qr_scanner.py b/gui/kivy/uix/dialogs/qr_scanner.py
       t@@ -16,7 +16,7 @@ class QrScannerDialog(Factory.AnimatedPopup):
                #label = uri.get('label', '')
                #amount = uri.get('amount', 0.0)
                #message = uir.get('message', '')
       -        self.dispatch('on_omplete', uri)
       +        self.dispatch('on_complete', uri)
        
            def on_complete(self):
                ''' Default Handler for on_complete event.
       t@@ -45,4 +45,4 @@ Builder.load_string('''
            QRScanner:
                id: qrscr
                on_symbols: root.on_symbols(*args)
       -''')
       -\ No newline at end of file
       +''')