correct which entry we insenitive

This commit is contained in:
Nikos Kouremenos 2005-11-07 21:40:01 +00:00
parent edb16de6b4
commit 20aac96c8d
1 changed files with 1 additions and 1 deletions

View File

@ -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('%', '@')