Skip to content
Snippets Groups Projects
Commit de7b9062 authored by nkour's avatar nkour
Browse files

typo

parent 3f7bbf19
No related branches found
No related tags found
No related merge requests found
......@@ -544,7 +544,7 @@ def get_icon_name_to_show(contact, account):
return contact.show
if contact.ask == 'subscribe':
return 'requested'
transport = gajim.get_transport_name_from_jid(contat.jid)
transport = gajim.get_transport_name_from_jid(contact.jid)
if transport:
return contact.show
return 'not in the roster'
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