Fix merged accounts.See [574655470339]
This commit is contained in:
parent
b214f9161f
commit
1f27096294
|
@ -1470,12 +1470,10 @@ class RosterWindow:
|
||||||
for acct in gajim.contacts.get_accounts():
|
for acct in gajim.contacts.get_accounts():
|
||||||
self._iters[acct] = {'account': None, 'groups': {}, 'contacts': {}}
|
self._iters[acct] = {'account': None, 'groups': {}, 'contacts': {}}
|
||||||
|
|
||||||
self._before_fill()
|
|
||||||
for acct in gajim.contacts.get_accounts():
|
for acct in gajim.contacts.get_accounts():
|
||||||
self.add_account(acct)
|
self.add_account(acct)
|
||||||
self.add_account_contacts(acct, improve_speed=False,
|
self.add_account_contacts(acct, improve_speed=True,
|
||||||
draw_contacts=False)
|
draw_contacts=False)
|
||||||
self._after_fill()
|
|
||||||
|
|
||||||
# Recalculate column width for ellipsizing
|
# Recalculate column width for ellipsizing
|
||||||
self.tree.columns_autosize()
|
self.tree.columns_autosize()
|
||||||
|
|
Loading…
Reference in New Issue