From 862e6fcc13566b013b5cd6d671ec7d4e9199541d Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 9 Oct 2010 23:30:38 +0300 Subject: modified: messages.cpp --- messages.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'messages.cpp') diff --git a/messages.cpp b/messages.cpp index ed6d252..505dc5a 100644 --- a/messages.cpp +++ b/messages.cpp @@ -59,6 +59,8 @@ int RecvMsgSvc(WPARAM w, LPARAM l) } if((s2 != wstring::npos) && (s1 != wstring::npos)) { //this is public key + if(metaIsProtoMetaContacts(hContact)) + return CallService(MS_PROTO_CHAINRECV, w, l); //yet another metacontacts problem debuglog<<"info: "<<"received key from: "<<(TCHAR*)CallService(MS_CLIST_GETCONTACTDISPLAYNAME, (WPARAM)hContact, GCDNF_TCHAR)<<"\n"; void ShowNewKeyDialog(); s1 = 0; -- cgit v1.2.3