Changeset 6318 for trunk/qt4-gui/src/views
- Timestamp:
- 06/17/08 02:17:20 (6 months ago)
- Location:
- trunk/qt4-gui/src/views
- Files:
-
- 2 modified
-
mmuserview.cpp (modified) (1 diff)
-
userview.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/views/mmuserview.cpp
r6151 r6318 119 119 unsigned long groupId = Config::ContactList::instance()->groupId(); 120 120 121 // User group 0 in mainwin means all users but that is system group 0 in model122 if (groupType == GROUPS_USER && groupId == GROUP_ALL_USERS)123 groupType = GROUPS_SYSTEM;124 125 121 dynamic_cast<MultiContactProxy*>(myListProxy)->addGroup(groupType, groupId); 126 122 -
trunk/qt4-gui/src/views/userview.cpp
r6311 r6318 87 87 88 88 QModelIndex newRoot = QModelIndex(); 89 90 // All Users group is considered to be a System Group91 if (groupId == GROUP_ALL_USERS && groupType != GROUPS_SYSTEM)92 groupType = GROUPS_SYSTEM;93 89 94 90 if (threadView && groupId == GROUP_ALL_USERS)
