a group can be ''. Fixes #1900
This commit is contained in:
parent
ea42069614
commit
933d84ebd3
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue