rm leftover fixme
This commit is contained in:
parent
e3fb6c2607
commit
5a9dfbb20c
|
@ -390,7 +390,6 @@ class RosterWindow:
|
||||||
if len(contact_instances) > 1:
|
if len(contact_instances) > 1:
|
||||||
name += ' (' + unicode(len(contact_instances)) + ')'
|
name += ' (' + unicode(len(contact_instances)) + ')'
|
||||||
|
|
||||||
# FIXME: remove when we use metacontacts
|
|
||||||
# show (account_name) if there are 2 contact with same jid in merged mode
|
# show (account_name) if there are 2 contact with same jid in merged mode
|
||||||
if self.regroup:
|
if self.regroup:
|
||||||
add_acct = False
|
add_acct = False
|
||||||
|
|
Loading…
Reference in New Issue