Browse Source

fix typo

283
ThomasV 10 years ago
parent
commit
4fd43882c4
  1. 4
      gui/kivy/uix/dialogs/qr_scanner.py

4
gui/kivy/uix/dialogs/qr_scanner.py

@ -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.
@ -45,4 +45,4 @@ Builder.load_string('''
QRScanner:
id: qrscr
on_symbols: root.on_symbols(*args)
''')
''')

Loading…
Cancel
Save