call fire_up_unread_messages_events when needed

This commit is contained in:
Yann Leboulanger 2006-04-11 10:32:16 +00:00
parent fbb2ab6a4c
commit 4b43cda815
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ class Interface:
#('ROSTER', account, array)
self.roster.fill_contacts_and_groups_dicts(data, account)
self.roster.add_account_contacts(account)
self.roster.fire_up_unread_messages_events(account)
if self.remote_ctrl:
self.remote_ctrl.raise_signal('Roster', (account, data))