Changeset 6401

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

merge r6348

Files:
1 modified

Legend:

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

    r6399 r6401  
    559559                        return 
    560560 
     561                if gajim.config.get('ignore_unknown_contacts') and \ 
     562                        not gajim.contacts.get_contact(account, jid) and not pm: 
     563                        return 
     564 
    561565                first = False 
    562566                if not chat_control and not gajim.awaiting_events[account].has_key( 
     
    593597                        return 
    594598                                 
    595                 # THIS HAS TO BE AFTER PM handling so we can get PMs 
    596                 if gajim.config.get('ignore_unknown_contacts') and \ 
    597                         not gajim.contacts.get_contact(account, jid): 
    598                         return 
    599  
    600599                if first: 
    601600                        if gajim.config.get('notify_on_new_message') and \