Philipp Hörist pushed to branch master at gajim / gajim

Commits:
5be73fa8 by Philipp Hörist at 2018-09-30T13:34:59Z
Fix typo

- - - - -


1 changed file:

- gajim/gui_menu_builder.py


Changes:

=====================================
gajim/gui_menu_builder.py
=====================================
@@ -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)



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/5be73fa8249ae45266145d62bf288b1732cd3581

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/commit/5be73fa8249ae45266145d62bf288b1732cd3581
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to