Changeset 9084
- Timestamp:
- 12/02/07 17:02:32 (12 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/contacts.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/contacts.py
r9060 r9084 440 440 show1 = show_list.index(contact1.show) 441 441 priority1 = contact1.priority 442 if not contact 1:442 if not contact2: 443 443 show2 = 0 444 444 priority2 = 0
