This commit is contained in:
Nikos Kouremenos 2005-11-12 21:01:52 +00:00
parent 3f7bbf191f
commit de7b906254
1 changed files with 1 additions and 1 deletions

View File

@ -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'