a group can be ''. Fixes #1900

This commit is contained in:
Yann Leboulanger 2006-04-26 07:06:11 +00:00
parent ea42069614
commit 933d84ebd3
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ class Systray:
# sort lasts columns in most case. # sort lasts columns in most case.
contacts_table.sort() contacts_table.sort()
previous_group = '' previous_group = None
for contact_item in contacts_table: for contact_item in contacts_table:
if sort_by_show: # see comment about contacts_table above if sort_by_show: # see comment about contacts_table above
contact_show = show_list[contact_item[1]] contact_show = show_list[contact_item[1]]