Skip to content
Snippets Groups Projects
Commit 933d84eb authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

a group can be ''. Fixes #1900

parent ea420696
No related branches found
No related tags found
No related merge requests found
......@@ -309,7 +309,7 @@ class Systray:
# sort lasts columns in most case.
contacts_table.sort()
previous_group = ''
previous_group = None
for contact_item in contacts_table:
if sort_by_show: # see comment about contacts_table above
contact_show = show_list[contact_item[1]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment