Changeset 6342 for trunk/qt4-gui/src

Show
Ignore:
Timestamp:
06/19/08 00:08:14 (5 months ago)
Author:
flynd
Message:

Other users isn't selectable so no point in allowing it as startup group.

Files:
1 modified

Legend:

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

    r6339 r6342  
    7575 
    7676  // 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)) 
    8078  { 
    8179    myGroupId = GROUP_ALL_USERS;