Changeset 6156 for trunk/qt4-gui/src/views
- Timestamp:
- 04/17/08 03:04:12 (8 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/views/contactdelegate.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/views/contactdelegate.cpp
r6150 r6156 459 459 if (Config::ContactList::instance()->showExtendedIcons()) 460 460 { 461 EXTICON(ContactListModel::PhoneStatus, IconManager::PhoneIcon); 462 EXTICON(ContactListModel::CellularStatus, IconManager::CellularIcon); 461 if (Config::ContactList::instance()->showPhoneIcons()) 462 { 463 EXTICON(ContactListModel::PhoneStatus, IconManager::PhoneIcon); 464 EXTICON(ContactListModel::CellularStatus, IconManager::CellularIcon); 465 } 463 466 EXTICON(ContactListModel::BirthdayStatus, IconManager::BirthdayIcon); 464 467 EXTICON(ContactListModel::InvisibleStatus, IconManager::InvisibleIcon); … … 475 478 #endif 476 479 477 if (arg.status != ContactListModel::OfflineStatus )480 if (arg.status != ContactListModel::OfflineStatus && Config::ContactList::instance()->showPhoneIcons()) 478 481 { 479 482 EXTICON(ContactListModel::PhoneFollowMeActiveStatus,
