Skip to content
Snippets Groups Projects
Commit 622d44b2 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Fix typo

parent a9af4518
No related branches found
No related tags found
No related merge requests found
......@@ -749,7 +749,7 @@ def get_account_menu(account):
continue
action = 'app.{}{}'.format(account, action)
menuitem = Gio.MenuItem.new(label, action)
if 'add_contact' in action:
if 'add-contact' in action:
variant = GLib.Variant('as', [account, ''])
else:
variant = GLib.Variant('s', account)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment