Changeset 6345
- Timestamp:
- 06/19/08 01:05:53 (4 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
r6342 r6345 75 75 76 76 // Check that the group actually exists 77 if ( gUserManager.groupExists(myGroupType, myGroupId))77 if (!gUserManager.groupExists(myGroupType, myGroupId)) 78 78 { 79 79 myGroupId = GROUP_ALL_USERS;
