Changeset 6342
- Timestamp:
- 06/19/08 00:08:14 (3 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/config/contactlist.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/config/contactlist.cpp
r6339 r6342 75 75 76 76 // Check that the group actually exists 77 // Group "Other users" is not a real group in the daemon 78 if ((myGroupType != GROUPS_USER || myGroupId != 0) && 79 !gUserManager.groupExists(myGroupType, myGroupId)) 77 if (gUserManager.groupExists(myGroupType, myGroupId)) 80 78 { 81 79 myGroupId = GROUP_ALL_USERS;
