remove already resolved FIXME

This commit is contained in:
Yann Leboulanger 2006-01-11 08:20:54 +00:00
parent a635a92781
commit e52a8d842d
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ class RosterWindow:
groups = contact.groups
if observer:
groups = [_('Observers')]
if not groups: # FIXME: allow non groups contacts
if not groups:
groups = [_('General')]
for g in groups:
iterG = self.get_group_iter(g, account)