diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2011-04-02 04:46:14 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2011-04-02 04:46:14 +0300 |
commit | 62bf3df560d4e2a271c587b8bea4ce38a9ac1b2f (patch) | |
tree | 89c43ab3ddcc9a7ebb67dd8f4a3b39b9d49638ef /messages.cpp | |
parent | 659a4240935cca077145fb5b5f9338f824fd7c14 (diff) |
modified: messages.cpp
modified: new_gpg.vcxproj
Diffstat (limited to 'messages.cpp')
-rw-r--r-- | messages.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |