From 4dce6d9e82b75d0e26f266ff8065d188ab97763f Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Sun, 9 Apr 2006 21:46:51 +0000 Subject: [PATCH] typo, thanks bb for report. --- src/systray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/systray.py b/src/systray.py index 94f18bbd4..314c66226 100644 --- a/src/systray.py +++ b/src/systray.py @@ -294,7 +294,7 @@ class Systray: contacts_table.append ([group, show_list.index(contact.show), contact.get_shown_name()]) else: - contacts_table.appenwd ([group, contact.get_shown_name(), + contacts_table.append ([group, contact.get_shown_name(), show_list.index(contact.show)]) contacts_table.sort() # Sort : first column before, last column in the end