nk: call fire_up_unread_messages_events where it is really needed, fix coding standards

This commit is contained in:
Yann Leboulanger 2006-04-11 07:27:04 +00:00
parent 924528aadb
commit b383a17cfd

View file

@ -885,7 +885,6 @@ class RosterWindow:
for acct in gajim.connections:
self.add_account_to_roster(acct)
self.add_account_contacts(acct)
self.fire_up_unread_messages_events(acct)
def add_account_contacts(self, account):
'''adds contacts of group to roster treeview'''