Show
Ignore:
Timestamp:
06/19/08 01:01:26 (6 months ago)
Author:
flynd
Message:

Make sure we are in a system group if checking for All Users group.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/views/userview.cpp

    r6334 r6344  
    8787  QModelIndex newRoot = QModelIndex(); 
    8888 
    89   if (threadView && groupId == GROUP_ALL_USERS) 
     89  if (threadView && groupType == GROUPS_SYSTEM && groupId == GROUP_ALL_USERS) 
    9090  { 
    9191    // Hide the system groups that exist in the model but should not be displayed in threaded view