Changeset 6313

Show
Ignore:
Timestamp:
06/15/08 11:09:59 (6 months ago)
Author:
eugene
Message:

Switched one more call from uin to id/ppid.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/dialogs/adduserdlg.cpp

    r6304 r6313  
    118118    gUserManager.SetUserInGroup(id, ppid, GROUPS_USER, group, true, true); 
    119119    if (notify && ppid == LICQ_PPID) 
    120       gLicqDaemon->icqAlertUser(id.toULong()); 
     120      gLicqDaemon->icqAlertUser(id, ppid); 
    121121  } 
    122122