Changeset 6344 for trunk/qt4-gui/src/views/userview.cpp
- Timestamp:
- 06/19/08 01:01:26 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/views/userview.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/views/userview.cpp
r6334 r6344 87 87 QModelIndex newRoot = QModelIndex(); 88 88 89 if (threadView && group Id == GROUP_ALL_USERS)89 if (threadView && groupType == GROUPS_SYSTEM && groupId == GROUP_ALL_USERS) 90 90 { 91 91 // Hide the system groups that exist in the model but should not be displayed in threaded view
