From 719d2656e0061ba275161bf3cd2d7150f080f6a0 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Fri, 27 Aug 2010 11:47:29 +0200 Subject: [PATCH] better test --- src/roster_window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/roster_window.py b/src/roster_window.py index bef9177c7..c796bc37b 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -1747,6 +1747,7 @@ class RosterWindow: # Most of the logic SHOULD NOT be done at GUI level if account not in gajim.contacts.get_accounts(): gajim.contacts.add_account(account) + if not account in self._iters: self._iters[account] = {'account': None, 'groups': {}, 'contacts': {}} if account not in gajim.groups: