Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2007-12-02 19:02:32 +0300
committerYann Leboulanger <asterix@lagaule.org>2007-12-02 19:02:32 +0300
commita861a3f719082707e23aa8b7ddaea5225b523aee (patch)
tree9310005621b90d83b94a7e63e1d9a0b529343823
parentc5e836352ed0aeea18a5c2ad3d67a2ad96ee0a14 (diff)
typo: contact1 -> contact2
-rw-r--r--src/common/contacts.py2
1 files changed, 1 insertions, 1 deletions
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: