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.

Location:
trunk/qt4-gui/src/views
Files:
2 modified

Legend:

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

    r6151 r6318  
    119119  unsigned long groupId = Config::ContactList::instance()->groupId(); 
    120120 
    121   // User group 0 in mainwin means all users but that is system group 0 in model 
    122   if (groupType == GROUPS_USER && groupId == GROUP_ALL_USERS) 
    123     groupType = GROUPS_SYSTEM; 
    124  
    125121  dynamic_cast<MultiContactProxy*>(myListProxy)->addGroup(groupType, groupId); 
    126122 
  • 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)