diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-12-22 08:54:19 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-12-22 08:54:19 +0200 |
commit | 5735d6a9ee7c250bd563529a3226174efe74ba38 (patch) | |
tree | 5fe26082a536b3f2e03d87a2a4bb5f2c69954daa /src/metacontacts.cpp | |
parent | 925f25fc28a6edfe444412e13887456902514f13 (diff) |
merged with mirnada ng main repo
Diffstat (limited to 'src/metacontacts.cpp')
-rwxr-xr-x | src/metacontacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metacontacts.cpp b/src/metacontacts.cpp index 1abc2aa..ab3c60b 100755 --- a/src/metacontacts.cpp +++ b/src/metacontacts.cpp @@ -21,7 +21,7 @@ extern bool bMetaContacts; bool metaIsProtoMetaContacts(HANDLE hContact)
{
if(bMetaContacts) {
- LPSTR proto = (LPSTR)CallService(MS_PROTO_GETCONTACTBASEPROTO, (WPARAM)hContact, 0);
+ LPSTR proto = GetContactProto(hContact);
if( proto && strcmp(proto,"MetaContacts")==0 ) {
return true;
}
|