From a76ced5d4ff852dcbe7a96824ca1bb6dc219a1fd Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Tue, 18 Dec 2012 20:03:40 +0000 Subject: - first approach of group chat support git-svn-id: http://svn.miranda-ng.org/main/trunk@2764 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_proto.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'protocols/Skype/src/skype_proto.cpp') diff --git a/protocols/Skype/src/skype_proto.cpp b/protocols/Skype/src/skype_proto.cpp index c4bd2c6a30..aba0cc485b 100644 --- a/protocols/Skype/src/skype_proto.cpp +++ b/protocols/Skype/src/skype_proto.cpp @@ -343,6 +343,9 @@ int __cdecl CSkypeProto::OnEvent(PROTOEVENTTYPE eventType, WPARAM wParam, LPA case EV_PROTO_ONEXIT: return this->OnPreShutdown(wParam, lParam); + case EV_PROTO_ONMENU: + this->OnInitStatusMenu(); + case EV_PROTO_ONCONTACTDELETED: return this->OnContactDeleted(wParam, lParam); } -- cgit v1.2.3