From 933d84ebd34ba1f5df20eb66a564376fee8715b4 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 26 Apr 2006 07:06:11 +0000 Subject: [PATCH] a group can be ''. Fixes #1900 --- src/systray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systray.py b/src/systray.py index cb9641192..0ca951944 100644 --- a/src/systray.py +++ b/src/systray.py @@ -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]]