summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src/file_transfer.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-05-13 18:17:16 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-05-13 18:17:16 +0000
commitd333cb91eb0fb51faf34772258a5084e95f047d8 (patch)
treeacc62fd676325289711ab054682cb84ea0c7f29e /plugins/Dropbox/src/file_transfer.h
parentac60e6cd374568da60bf732a8018f94d48ee9dd7 (diff)
Dropbox: added wrappers for instance's services and hooks
git-svn-id: http://svn.miranda-ng.org/main/trunk@13573 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/file_transfer.h')
-rw-r--r--plugins/Dropbox/src/file_transfer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/file_transfer.h b/plugins/Dropbox/src/file_transfer.h
index 8afb1b4ec3..f27ab76695 100644
--- a/plugins/Dropbox/src/file_transfer.h
+++ b/plugins/Dropbox/src/file_transfer.h
@@ -40,7 +40,7 @@ struct FileTransferParam
isTerminated = false;
pfts.cbSize = sizeof(this->pfts);
- pfts.flags = PFTS_TCHAR;
+ pfts.flags = PFTS_TCHAR | PFTS_SENDING;
pfts.currentFileNumber = 0;
pfts.currentFileProgress = 0;
pfts.currentFileSize = 0;