Skip to content
Snippets Groups Projects
Commit 3f7bbf19 authored by nkour's avatar nkour
Browse files

typo

parent d97125de
No related branches found
No related tags found
No related merge requests found
......@@ -538,7 +538,7 @@ def get_icon_name_to_show(contact, account):
if gajim.awaiting_events[account].has_key(contact.jid):
#FIXME: change icon for FT
return 'message'
if jid.find('@') <= 0: # if not '@' or '@' starts the jid ==> agent
if contact.jid.find('@') <= 0: # if not '@' or '@' starts the jid ==> agent
return contact.show
if contact.sub in ('both', 'to'):
return contact.show
......
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