summaryrefslogtreecommitdiff
path: root/protocols/CloudFile/src/oauth.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-12-19 17:35:27 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-12-19 17:35:27 +0300
commitab6c868bccb088d493ab4016fd1918d822adfc2b (patch)
tree06ae047cfb0340d76e302b02e11454f16db89d4b /protocols/CloudFile/src/oauth.cpp
parent422eedb14b84b4cd9e5cb3d43971cd47bc787e52 (diff)
fixes #2653 (CloudFile cannot connect)
Diffstat (limited to 'protocols/CloudFile/src/oauth.cpp')
-rw-r--r--protocols/CloudFile/src/oauth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/CloudFile/src/oauth.cpp b/protocols/CloudFile/src/oauth.cpp
index 308f8aa2b8..fb243d67e4 100644
--- a/protocols/CloudFile/src/oauth.cpp
+++ b/protocols/CloudFile/src/oauth.cpp
@@ -22,7 +22,7 @@ bool COAuthDlg::OnInitDialog()
bool COAuthDlg::OnApply()
{
m_service->ForkThread(m_requestAccessTokenThread, m_hwnd);
- return true;
+ return false;
}
void COAuthDlg::Code_OnChange(CCtrlBase*)