keep treeview consistent when connecting. Fixes #7434

This commit is contained in:
Yann Leboulanger 2014-03-28 21:30:57 +01:00
parent ea30b6888b
commit ea2eebdf11
1 changed files with 1 additions and 1 deletions

View File

@ -2642,7 +2642,7 @@ class RosterWindow:
def _nec_roster_received(self, obj):
if obj.received_from_server:
self.fill_contacts_and_groups_dicts(obj.roster, obj.conn.name)
self.add_account_contacts(obj.conn.name)
self.add_account_contacts(obj.conn.name, improve_speed=False)
self.fire_up_unread_messages_events(obj.conn.name)
else:
if gajim.config.get('remember_opened_chat_controls'):