Changeset 6215
- Timestamp:
- 05/26/08 01:06:11 (8 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/views/contactdelegate.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/views/contactdelegate.cpp
r6156 r6215 364 364 else if (arg.itemType == ContactListModel::GroupItem) 365 365 { 366 if (Config::ContactList::instance()->groupState( 367 arg.index.data(ContactListModel::GroupIdRole).toInt())) 366 if (myUserView->isExpanded(arg.index)) 368 367 icon = &iconman->getIcon(IconManager::ExpandedIcon); 369 368 else
