From f99308207eeac691e9089398164cb05f0d6426f1 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 3 Aug 2006 20:25:38 +0000 Subject: [PATCH] o -> 0: fix TB --- src/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs.py b/src/dialogs.py index add5292cf..e60df6b5f 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -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