From ce7a532f084cfe54bab352f290412451c0ac53fe Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 2 Nov 2005 22:01:28 +0000 Subject: [PATCH] typo --- src/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs.py b/src/dialogs.py index 09bed5966..93d98d592 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -364,7 +364,7 @@ _('Please fill in the data of the contact you want to add in account %s') %accou # check if contact is already in roster (user@server == UsEr@server) already_in = False for rjid in gajim.contacts[self.account]: - if jid.lowercase() == rjid.lowercase(): + if jid.lower() == rjid.lower(): already_in = True break if already_in: