Show
Ignore:
Timestamp:
06/13/08 05:03:07 (7 months ago)
Author:
flynd
Message:

Use new user group handling function so we need less code here in the plugin.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/userbox.cpp

    r6113 r6280  
    13681368      if (szId) 
    13691369      { 
    1370         gUserManager.AddUserToGroup(szId, nPPID, it->GroupId()); 
     1370        gUserManager.SetUserInGroup(szId, nPPID, GROUPS_USER, it->GroupId(), true, true); 
    13711371        gMainWindow->updateUserWin(); 
    13721372      }