diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-04-22 15:25:57 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-04-22 15:25:57 +0000 |
commit | 2db93e0b278176b4dd68e8565ddab139d86c6e7b (patch) | |
tree | 310c2aead02f759b5503cbd2ca9ce3f1857ff6c3 /plugins/Dropbox/src/dropbox.cpp | |
parent | 7e45d8a15069e165f093d03824300591d7014653 (diff) |
Dropbox: links will never be short
git-svn-id: http://svn.miranda-ng.org/main/trunk@16746 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox.cpp')
-rw-r--r-- | plugins/Dropbox/src/dropbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/dropbox.cpp b/plugins/Dropbox/src/dropbox.cpp index 63b779c59c..2ceda25e0a 100644 --- a/plugins/Dropbox/src/dropbox.cpp +++ b/plugins/Dropbox/src/dropbox.cpp @@ -122,7 +122,7 @@ void CDropbox::RequestAccountInfo(void *p) void CDropbox::DestroyAccessToken()
{
- DisableAccessTokenRequest request;
+ RevokeAccessTokenRequest request;
NLHR_PTR response(request.Send(hNetlibConnection));
db_unset(NULL, MODULE, "TokenSecret");
|