80 margin

This commit is contained in:
Yann Leboulanger 2006-02-03 18:43:18 +00:00
parent e29cf7bb9e
commit f751cb6ef0
1 changed files with 2 additions and 1 deletions

View File

@ -337,7 +337,8 @@ _('Please fill in the data of the contact you want to add in account %s') %accou
if jid_splited[1] in jid_agents:
uid = jid_splited[0].replace('%', '@')
self.uid_entry.set_text(uid)
self.protocol_combobox.set_active(jid_agents.index(jid_splited[1]) + 1)
self.protocol_combobox.set_active(jid_agents.index(jid_splited[1])\
+ 1)
else:
self.uid_entry.set_text(jid)
self.protocol_combobox.set_active(0)