typo
This commit is contained in:
parent
3f7bbf191f
commit
de7b906254
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ def get_icon_name_to_show(contact, account):
|
||||||
return contact.show
|
return contact.show
|
||||||
if contact.ask == 'subscribe':
|
if contact.ask == 'subscribe':
|
||||||
return 'requested'
|
return 'requested'
|
||||||
transport = gajim.get_transport_name_from_jid(contat.jid)
|
transport = gajim.get_transport_name_from_jid(contact.jid)
|
||||||
if transport:
|
if transport:
|
||||||
return contact.show
|
return contact.show
|
||||||
return 'not in the roster'
|
return 'not in the roster'
|
||||||
|
|
Loading…
Add table
Reference in a new issue