From a5086db857e474538a24df4b05e5aab831d4c2fe Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 11 Oct 2010 15:17:14 +0300 Subject: modified: main.cpp modified: messages.cpp modified: new_gpg.rc modified: new_gpg.vcproj --- messages.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'messages.cpp') diff --git a/messages.cpp b/messages.cpp index 505dc5a..7e6886f 100644 --- a/messages.cpp +++ b/messages.cpp @@ -59,7 +59,7 @@ int RecvMsgSvc(WPARAM w, LPARAM l) } if((s2 != wstring::npos) && (s1 != wstring::npos)) { //this is public key - if(metaIsProtoMetaContacts(hContact)) + if(metaIsSubcontact(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(); -- cgit v1.2.3