summaryrefslogtreecommitdiff
path: root/protocols/MSN/src
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/MSN/src')
-rw-r--r--protocols/MSN/src/msn_srv.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/protocols/MSN/src/msn_srv.cpp b/protocols/MSN/src/msn_srv.cpp
index 984f49d2c6..1fcdb0eba2 100644
--- a/protocols/MSN/src/msn_srv.cpp
+++ b/protocols/MSN/src/msn_srv.cpp
@@ -39,11 +39,7 @@ void CMsnProto::MSN_AddGroup(const char* grpName, const char *grpId, bool init)
grpList.insert(p);
if (init)
- {
- TCHAR* szGroupName = mir_utf8decodeT(grpName);
- CallService(MS_CLIST_GROUPCREATE, 0, (LPARAM)szGroupName);
- mir_free(szGroupName);
- }
+ Clist_CreateGroup(0, ptrT( mir_utf8decodeT(grpName)));
}
/////////////////////////////////////////////////////////////////////////////////////////