remove already resolved FIXME
This commit is contained in:
parent
a635a92781
commit
e52a8d842d
|
@ -180,7 +180,7 @@ class RosterWindow:
|
||||||
groups = contact.groups
|
groups = contact.groups
|
||||||
if observer:
|
if observer:
|
||||||
groups = [_('Observers')]
|
groups = [_('Observers')]
|
||||||
if not groups: # FIXME: allow non groups contacts
|
if not groups:
|
||||||
groups = [_('General')]
|
groups = [_('General')]
|
||||||
for g in groups:
|
for g in groups:
|
||||||
iterG = self.get_group_iter(g, account)
|
iterG = self.get_group_iter(g, account)
|
||||||
|
|
Loading…
Reference in New Issue