Show
Ignore:
Timestamp:
06/17/08 02:17:20 (6 months ago)
Author:
flynd
Message:

Don't swap groups All Users and Other Users in some parts of GUI.

Files:
1 modified

Legend:

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

    r6311 r6318  
    8787 
    8888  QModelIndex newRoot = QModelIndex(); 
    89  
    90   // All Users group is considered to be a System Group 
    91   if (groupId == GROUP_ALL_USERS && groupType != GROUPS_SYSTEM) 
    92     groupType = GROUPS_SYSTEM; 
    9389 
    9490  if (threadView && groupId == GROUP_ALL_USERS)