ObserverS (plural) and adda FIXME for contacts not having groups
This commit is contained in:
parent
7604fac314
commit
a635a92781
|
@ -179,8 +179,8 @@ class RosterWindow:
|
||||||
model = self.tree.get_model()
|
model = self.tree.get_model()
|
||||||
groups = contact.groups
|
groups = contact.groups
|
||||||
if observer:
|
if observer:
|
||||||
groups = [_('Observer')]
|
groups = [_('Observers')]
|
||||||
if not groups:
|
if not groups: # FIXME: allow non groups contacts
|
||||||
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