From 76a3bbaf2506bf9e51285877fcf842d30aff5749 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 20 Feb 2006 13:08:45 +0000 Subject: [PATCH] icon name is not in roster --- src/common/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/helpers.py b/src/common/helpers.py index b6d77e683..c177a4a71 100644 --- a/src/common/helpers.py +++ b/src/common/helpers.py @@ -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'''