Changeset 9085 for branches/gajim_0.11.3-bugfixes/src/common/contacts.py
- Timestamp:
- 12/02/07 17:03:32 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.3-bugfixes/src/common/contacts.py
r9046 r9085 405 405 show1 = show_list.index(contact1.show) 406 406 priority1 = contact1.priority 407 if not contact 1:407 if not contact2: 408 408 show2 = 0 409 409 priority2 = 0
