diff options
Diffstat (limited to 'plugins/Actman/actman.dpr')
-rw-r--r-- | plugins/Actman/actman.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actman/actman.dpr b/plugins/Actman/actman.dpr index c33478a021..bd2e759ccc 100644 --- a/plugins/Actman/actman.dpr +++ b/plugins/Actman/actman.dpr @@ -185,7 +185,7 @@ var ccs:PCCSDATA;
begin
ccs := PCCSDATA(lParam);
- result := CallContactService(ccs^.hContact, ccs^.szProtoService, ccs^.wParam, ccs^.lParam);
+ result := Proto_ChainSend(0, ccs);
end;
function DoOpenUrl(wParam:WPARAM;lParam:LPARAM):int;cdecl;
|