This commit is contained in:
Bilal Elmoussaoui 2016-06-19 16:27:31 +02:00 committed by GitHub
parent d357da6dd4
commit e0d9cb1482

View file

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