Changeset 9894 for trunk/src/gajim.py

Show
Ignore:
Timestamp:
07/07/08 00:24:58 (5 months ago)
Author:
steve-e
Message:

Correctly readd a metacontact family after removing a single brother.

* Coding standards
* remove useless key-list creation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gajim.py

    r9889 r9894  
    927927                                        # This way we'll really remove it 
    928928                                        gajim.to_be_removed[account].remove(c.jid) 
    929                                 self.roster.remove_contact(c.jid, account, backend = True) 
     929                                self.roster.remove_contact(c.jid, account, backend=True) 
    930930 
    931931        def handle_event_register_agent_info(self, account, array): 
     
    13951395                        # contact removes us. 
    13961396                        if contacts: 
    1397                                 self.roster.remove_contact(jid, account, backend = True) 
     1397                                self.roster.remove_contact(jid, account, backend=True) 
    13981398                                return 
    13991399                elif not contacts: