better test
This commit is contained in:
parent
854ca12b54
commit
719d2656e0
|
@ -1747,6 +1747,7 @@ class RosterWindow:
|
||||||
# Most of the logic SHOULD NOT be done at GUI level
|
# Most of the logic SHOULD NOT be done at GUI level
|
||||||
if account not in gajim.contacts.get_accounts():
|
if account not in gajim.contacts.get_accounts():
|
||||||
gajim.contacts.add_account(account)
|
gajim.contacts.add_account(account)
|
||||||
|
if not account in self._iters:
|
||||||
self._iters[account] = {'account': None, 'groups': {},
|
self._iters[account] = {'account': None, 'groups': {},
|
||||||
'contacts': {}}
|
'contacts': {}}
|
||||||
if account not in gajim.groups:
|
if account not in gajim.groups:
|
||||||
|
|
Loading…
Reference in New Issue