Changeset 6311

Show
Ignore:
Timestamp:
05/09/06 21:56:29 (3 years ago)
Author:
dkirov
Message:

add two more possible statuses - #1945

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/contacts.py

    r6201 r6311  
    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