This commit is contained in:
ThomasV 2015-09-04 12:23:37 +02:00
parent 8b9cff638f
commit 4fd43882c4
1 changed files with 2 additions and 2 deletions

View File

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