diff options
Diffstat (limited to 'protocols/MSN/msn_chat.cpp')
-rw-r--r-- | protocols/MSN/msn_chat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/msn_chat.cpp b/protocols/MSN/msn_chat.cpp index eb3411d4ce..58bfcbf866 100644 --- a/protocols/MSN/msn_chat.cpp +++ b/protocols/MSN/msn_chat.cpp @@ -128,7 +128,7 @@ void CMsnProto::MSN_KillChatSession(TCHAR* id) gcd.ptszID = id;
GCEVENT gce = {0};
gce.cbSize = sizeof(GCEVENT);
- gce.dwFlags = GC_TCHAR;
+ gce.dwFlags = GC_TCHAR | GCEF_REMOVECONTACT;
gce.pDest = &gcd;
CallServiceSync(MS_GC_EVENT, SESSION_OFFLINE, (LPARAM)&gce);
CallServiceSync(MS_GC_EVENT, SESSION_TERMINATE, (LPARAM)&gce);
|