Skip to content
Snippets Groups Projects
Commit 76a3bbaf authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

icon name is not in roster

parent b71fbf0b
No related branches found
No related tags found
No related merge requests found
......@@ -519,7 +519,7 @@ def get_icon_name_to_show(contact, account = None):
transport = gajim.get_transport_name_from_jid(contact.jid)
if transport:
return contact.show
return 'Not in Roster'
return 'not in roster'
def decode_string(string):
'''try to decode (to make it Unicode instance) given string'''
......
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