ObserverS (plural) and adda FIXME for contacts not having groups

This commit is contained in:
Nikos Kouremenos 2006-01-11 08:18:40 +00:00
parent 7604fac314
commit a635a92781
1 changed files with 2 additions and 2 deletions

View File

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