From a861a3f719082707e23aa8b7ddaea5225b523aee Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 2 Dec 2007 16:02:32 +0000 Subject: [PATCH] typo: contact1 -> contact2 --- src/common/contacts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/contacts.py b/src/common/contacts.py index b509aa77b..262edd1d8 100644 --- a/src/common/contacts.py +++ b/src/common/contacts.py @@ -439,7 +439,7 @@ class Contacts: else: show1 = show_list.index(contact1.show) priority1 = contact1.priority - if not contact1: + if not contact2: show2 = 0 priority2 = 0 else: