Changeset 6399

Show
Ignore:
Timestamp:
05/31/06 20:53:18 (3 years ago)
Author:
dkirov
Message:

merge r6342

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.10/src/gajim.py

    r6261 r6399  
    11581158                                contact = gajim.contacts.get_contact_with_highest_priority(account, 
    11591159                                        jid) 
    1160                                 self.roster.really_remove_contact(contact, account) 
     1160                                if contact:      
     1161                                        self.roster.really_remove_contact(contact, account) 
    11611162                self.redraw_roster_systray(account, jid, typ) 
    11621163 
     
    11721173                                contact = gajim.contacts.get_contact_with_highest_priority(account, 
    11731174                                        jid) 
    1174                                 self.roster.really_remove_contact(contact, account) 
     1175                                if contact:              
     1176                                        self.roster.really_remove_contact(contact, account) 
    11751177                self.redraw_roster_systray(account, jid, event[0]) 
    11761178