Changeset 6395
- Timestamp:
- 05/31/06 20:25:49 (2 years ago)
- Files:
-
- 1 modified
-
branches/gajim_0.10/src/common/contacts.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.10/src/common/contacts.py
r6201 r6395 328 328 score += contact.priority*10 329 329 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) 331 331 return score 332 332
