diff options
Diffstat (limited to 'src/roster.py')
-rw-r--r-- | src/roster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster.py b/src/roster.py index a3741f82..67e81da9 100644 --- a/src/roster.py +++ b/src/roster.py @@ -188,7 +188,7 @@ class Roster(object): len(contact) == 0: continue length += 1 # One for the contact's line - if not contact.folded: + if not contact.folded(group.name): # One for each resource, if the contact is unfolded length += len(contact) if not self.contact_filter or before != length: |