icon name is not in roster

This commit is contained in:
Yann Leboulanger 2006-02-20 13:08:45 +00:00
parent b71fbf0b9d
commit 76a3bbaf25
1 changed files with 1 additions and 1 deletions

View File

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