Changeset 6401 for branches/gajim_0.10/src/gajim.py
- Timestamp:
- 05/31/06 20:56:53 (3 years ago)
- Files:
-
- 1 modified
-
branches/gajim_0.10/src/gajim.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/src/gajim.py
r6399 r6401 559 559 return 560 560 561 if gajim.config.get('ignore_unknown_contacts') and \ 562 not gajim.contacts.get_contact(account, jid) and not pm: 563 return 564 561 565 first = False 562 566 if not chat_control and not gajim.awaiting_events[account].has_key( … … 593 597 return 594 598 595 # THIS HAS TO BE AFTER PM handling so we can get PMs596 if gajim.config.get('ignore_unknown_contacts') and \597 not gajim.contacts.get_contact(account, jid):598 return599 600 599 if first: 601 600 if gajim.config.get('notify_on_new_message') and \
