summaryrefslogtreecommitdiff
path: root/messages.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-11 15:17:14 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-11 15:17:14 +0300
commita5086db857e474538a24df4b05e5aab831d4c2fe (patch)
tree63d0c958ddac5ab004ec65286896e51e81386112 /messages.cpp
parent768f905339476a2780df46a60ed852ed583970de (diff)
modified: main.cpp
modified: messages.cpp modified: new_gpg.rc modified: new_gpg.vcproj
Diffstat (limited to 'messages.cpp')
-rw-r--r--messages.cpp2
1 files changed, 1 insertions, 1 deletions
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();