From 20aac96c8d273989b2b6c4354f9cf3e47e5a1c12 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 7 Nov 2005 21:40:01 +0000 Subject: [PATCH] correct which entry we insenitive --- src/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs.py b/src/dialogs.py index afde4986c..8dc0a0831 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -312,7 +312,7 @@ _('Please fill in the data of the contact you want to add in account %s') %accou self.fill_jid() if jid: self.jid_entry.set_text(jid) - self.jid_entry.set_sensitive(False) + self.uid_entry.set_sensitive(False) jid_splited = jid.split('@') if jid_splited[1] in jid_agents: uid = jid_splited[0].replace('%', '@')