summaryrefslogtreecommitdiff
path: root/src/roster.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/roster.py')
-rw-r--r--src/roster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster.py b/src/roster.py
index 0c91b3fe..12c529ba 100644
--- a/src/roster.py
+++ b/src/roster.py
@@ -224,7 +224,7 @@ class RosterGroup(object):
if not contacts:
contacts = []
self.contacts = set(contacts)
- self.name = name
+ self.name = name if name is not None else ''
self.folded = folded # if the group content is to be shown
def __iter__(self):