From f751cb6ef08e71328c7b10ddf38e951ce5172dfa Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 3 Feb 2006 18:43:18 +0000 Subject: [PATCH] 80 margin --- src/dialogs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dialogs.py b/src/dialogs.py index 1380985bf..dff32c660 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -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)