From bc55bf103dc79145ddd24e93a8f96fc6e8cf46d7 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sat, 25 Jul 2015 12:30:11 +0000 Subject: SkypeWeb: Closing dialogs on logout git-svn-id: http://svn.miranda-ng.org/main/trunk@14682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_proto.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/SkypeWeb/src/skype_proto.cpp') diff --git a/protocols/SkypeWeb/src/skype_proto.cpp b/protocols/SkypeWeb/src/skype_proto.cpp index fc2cbfecd4..78b44fe2e2 100644 --- a/protocols/SkypeWeb/src/skype_proto.cpp +++ b/protocols/SkypeWeb/src/skype_proto.cpp @@ -18,7 +18,7 @@ along with this program. If not, see . #include "stdafx.h" CSkypeProto::CSkypeProto(const char* protoName, const TCHAR* userName) : -PROTO(protoName, userName), m_PopupClasses(1) + PROTO(protoName, userName), m_PopupClasses(1), m_InviteDialogs(1), m_GCCreateDialogs(1) { m_hProtoIcon = Icons[0].Handle; @@ -243,7 +243,7 @@ int CSkypeProto::SetStatus(int iNewStatus) delSetting("expires"); } requestQueue->Stop(); - + CloseDialogs(); ProtoBroadcastAck(NULL, ACKTYPE_STATUS, ACKRESULT_SUCCESS, (HANDLE)m_iStatus, ID_STATUS_OFFLINE); m_iStatus = m_iDesiredStatus = ID_STATUS_OFFLINE; -- cgit v1.2.3