o -> 0: fix TB

This commit is contained in:
Yann Leboulanger 2006-08-03 20:25:38 +00:00
parent 2428298bda
commit f99308207e
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ _('Please fill in the data of the contact you want to add in account %s') %accou
i += 1
# set protocol_jid_combobox
self.protocol_combobox.set_active(o)
self.protocol_combobox.set_active(0)
model = self.protocol_jid_combobox.get_model()
iter = model.get_iter_first()
i = 0