diff options
author | George Hazan <george.hazan@gmail.com> | 2016-09-06 16:15:19 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-09-06 16:15:19 +0000 |
commit | 3bb087726db613aad9c1e61332fda7300600f60c (patch) | |
tree | a31945932779db8ba24f83e7bbaba16ae95dfb95 /protocols/IcqOscarJ | |
parent | 910d3cab907dc5649a01bab756dc78af74a23981 (diff) |
clist services' extermination continued
git-svn-id: http://svn.miranda-ng.org/main/trunk@17265 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_servlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_servlist.cpp b/protocols/IcqOscarJ/src/icq_servlist.cpp index 856c8327c9..de90ee5bd8 100644 --- a/protocols/IcqOscarJ/src/icq_servlist.cpp +++ b/protocols/IcqOscarJ/src/icq_servlist.cpp @@ -1397,7 +1397,7 @@ int CIcqProto::getCListGroupExists(const char *szGroup) int CIcqProto::moveContactToCListGroup(MCONTACT hContact, const char *szGroup)
{
MGROUP hGroup = Clist_GroupCreate(0, ptrW(mir_utf8decodeW(szGroup)));
- return CallService(MS_CLIST_CONTACTCHANGEGROUP, hContact, hGroup);
+ return Clist_ContactChangeGroup(hContact, hGroup);
}
|