From 2db93e0b278176b4dd68e8565ddab139d86c6e7b Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 22 Apr 2016 15:25:57 +0000 Subject: Dropbox: links will never be short git-svn-id: http://svn.miranda-ng.org/main/trunk@16746 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/dropbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dropbox/src/dropbox.cpp') 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"); -- cgit v1.2.3