Changeset 6345

Show
Ignore:
Timestamp:
06/19/08 01:05:53 (4 months ago)
Author:
flynd
Message:

Fixed typo in r6342.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/config/contactlist.cpp

    r6342 r6345  
    7575 
    7676  // Check that the group actually exists 
    77   if (gUserManager.groupExists(myGroupType, myGroupId)) 
     77  if (!gUserManager.groupExists(myGroupType, myGroupId)) 
    7878  { 
    7979    myGroupId = GROUP_ALL_USERS;