summaryrefslogtreecommitdiff
path: root/messages.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-09 23:30:38 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-09 23:30:38 +0300
commit862e6fcc13566b013b5cd6d671ec7d4e9199541d (patch)
tree898c7c84b5ed08e5b79079f2ff91b8952bf43cff /messages.cpp
parent4ecb90b400c132882814fb5335fbed1bc949b7a1 (diff)
modified: messages.cpp
Diffstat (limited to 'messages.cpp')
-rw-r--r--messages.cpp2
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;