diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-30 11:39:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-30 11:39:05 +0000 |
commit | 362fe96c972d71a7d9994212794d54cc93da7139 (patch) | |
tree | 18db7b706bcd4a843a1692ba6bfec16bbd94a113 /plugins/MetaContacts/src | |
parent | b8110ca7ca2d793ebd94a1a8c73aa7c081d7bd0e (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@2565 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MetaContacts/src')
-rw-r--r-- | plugins/MetaContacts/src/meta_services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MetaContacts/src/meta_services.cpp b/plugins/MetaContacts/src/meta_services.cpp index 449812a1e3..eec929bf38 100644 --- a/plugins/MetaContacts/src/meta_services.cpp +++ b/plugins/MetaContacts/src/meta_services.cpp @@ -499,7 +499,7 @@ INT_PTR Meta_RecvMessage(WPARAM wParam, LPARAM lParam) HANDLE most_online = Meta_GetMostOnline(ccs->hContact);
char *proto = GetContactProto(most_online);
if (proto)
- if ( CallProtoService(proto, PSR_MESSAGE, 0, (LPARAM)pre) != CALLSERVICE_NOTFOUND)
+ if ( CallProtoService(proto, PSR_MESSAGE, (WPARAM)ccs->hContact, (LPARAM)pre) != CALLSERVICE_NOTFOUND)
return 0;
}
|