Show
Ignore:
Timestamp:
06/17/08 02:17:20 (5 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/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