Changeset 6395

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

merge r6311

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.10/src/common/contacts.py

    r6201 r6395  
    328328                        score += contact.priority*10 
    329329                score += ['not in roster', 'error', 'offline', 'invisible', 'dnd', 'xa', 
    330                         'away', 'chat', 'online'].index(contact.show) 
     330                'away', 'chat', 'online', 'requested', 'message'].index(contact.show) 
    331331                return score 
    332332