From 62bf3df560d4e2a271c587b8bea4ce38a9ac1b2f Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 2 Apr 2011 04:46:14 +0300 Subject: modified: messages.cpp modified: new_gpg.vcxproj --- messages.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'messages.cpp') diff --git a/messages.cpp b/messages.cpp index 2a52bb7..51bd113 100644 --- a/messages.cpp +++ b/messages.cpp @@ -479,7 +479,7 @@ int RecvMsgSvc(WPARAM w, LPARAM l) } if((s2 != wstring::npos) && (s1 != wstring::npos)) { //this is public key - if(metaIsSubcontact(ccs->hContact)) + if(metaIsProtoMetaContacts(ccs->hContact)) { HistoryLog(ccs->hContact, msg, EVENTTYPE_MESSAGE, dbflags); return 0; -- cgit v1.2.3