Changeset 10012 for trunk/src/gajim.py

Show
Ignore:
Timestamp:
07/23/08 20:21:02 (4 months ago)
Author:
js
Message:

Always have self.contact of a chat control point to the hightest
resource if none was specified.

As it's still possible to start E2E when the only E2E-capable resource
goes offline, this means that caps is definitely broken.

(Yes, I verified it with a print contact.resource - it IS checked for
the right contact!)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gajim.py

    r10011 r10012  
    834834                        if ctrl: 
    835835                                ctrl.set_session(None) 
     836                                ctrl.contact = highest 
    836837 
    837838        def handle_event_msgerror(self, account, array):