Changeset 10014 for trunk/src/chat_control.py
- Timestamp:
- 07/23/08 20:34:26 (4 months ago)
- Files:
-
- 1 modified
-
trunk/src/chat_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/chat_control.py
r10012 r10014 143 143 # We very likely got a contact with a random resource. 144 144 # This is bad, we need the highest for caps etc. 145 contact = gajim.contacts. \ 146 get_contact_with_highest_priority( 145 c = gajim.contacts.get_contact_with_highest_priority( 147 146 acct, contact.jid) 147 if c: 148 contact = c 148 149 149 150 MessageControl.__init__(self, type_id, parent_win, widget_name,
