Changeset 6348
- Timestamp:
- 05/21/06 21:46:36 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/gajim.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gajim.py
r6342 r6348 508 508 return 509 509 510 if gajim.config.get('ignore_unknown_contacts') and \ 511 not gajim.contacts.get_contact(account, jid) and not pm: 512 return 513 510 514 first = False 511 515 if not chat_control and not gajim.awaiting_events[account].has_key( … … 542 546 return 543 547 544 # THIS HAS TO BE AFTER PM handling so we can get PMs545 if gajim.config.get('ignore_unknown_contacts') and \546 not gajim.contacts.get_contact(account, jid):547 return548 549 548 if first: 550 549 if gajim.config.get('notify_on_new_message') and \
