diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-09 23:30:38 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-09 23:30:38 +0300 |
commit | 862e6fcc13566b013b5cd6d671ec7d4e9199541d (patch) | |
tree | 898c7c84b5ed08e5b79079f2ff91b8952bf43cff | |
parent | 4ecb90b400c132882814fb5335fbed1bc949b7a1 (diff) |
modified: messages.cpp
-rw-r--r-- | messages.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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; |