From 1d49a10c58985925e0181a597c57a83786ce71ce Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 24 Jan 2006 22:34:45 +0000 Subject: [PATCH] remove old FIXME --- src/common/helpers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/helpers.py b/src/common/helpers.py index 0fc2ca350..f3e15f30a 100644 --- a/src/common/helpers.py +++ b/src/common/helpers.py @@ -512,7 +512,6 @@ def get_global_status(): def get_icon_name_to_show(contact, account = None): '''Get the icon name to show in online, away, requested, ...''' if account and gajim.awaiting_events[account].has_key(contact.jid): - #FIXME: change icon for FT return 'message' if contact.jid.find('@') <= 0: # if not '@' or '@' starts the jid ==> agent return contact.show