From 93f84eefca371088555123d400d86c54f7f25bd4 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Wed, 2 Mar 2016 16:52:41 +0000 Subject: Dropbox: added ProtoBroadcastAck git-svn-id: http://svn.miranda-ng.org/main/trunk@16395 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/dropbox_services.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Dropbox/src/dropbox_services.cpp b/plugins/Dropbox/src/dropbox_services.cpp index 441afaf517..71a4be729c 100644 --- a/plugins/Dropbox/src/dropbox_services.cpp +++ b/plugins/Dropbox/src/dropbox_services.cpp @@ -146,6 +146,7 @@ INT_PTR CDropbox::ProtoSendMessage(WPARAM, LPARAM lParam) } } + ProtoBroadcastAck(MODULE, pccsd->hContact, ACKTYPE_MESSAGE, ACKRESULT_SUCCESS, 0, 0); char help[1024]; mir_snprintf(help, Translate("\"%s\" is not valid.\nUse \"/help\" for more info."), szMessage); CallContactService(GetDefaultContact(), PSR_MESSAGE, 0, (LPARAM)help); -- cgit v1.2.3