An other typo fix

This commit is contained in:
Bilal Elmoussaoui 2016-06-19 19:04:14 +02:00 committed by GitHub
parent e0d9cb1482
commit 1fecdc89af

View file

@ -133,7 +133,7 @@ class AddAccount(Gtk.Window):
self.add_account()
return True
if event.state & Gdk.ModifierType.CONTROL_MASK:
if key_event.state & Gdk.ModifierType.CONTROL_MASK:
if key_name == 's':
self.on_qr_scan()
return True