diff options
author | George Hazan <ghazan@miranda.im> | 2020-12-11 18:01:43 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-12-11 18:01:43 +0300 |
commit | 0e1523a47b8ad15b8c756718449ad66c3a775d96 (patch) | |
tree | 2954b22930721fa2aa3ba99fcbc2109c1cbf3da3 /protocols/CloudFile | |
parent | 1ff8934248850b81c3aae3acd9bfe91f3d6f4799 (diff) |
fixes #2646 (CloudFile: Dropbox auth is broken)
Diffstat (limited to 'protocols/CloudFile')
-rw-r--r-- | protocols/CloudFile/src/oauth.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/CloudFile/src/oauth.cpp b/protocols/CloudFile/src/oauth.cpp index aeeba741c4..308f8aa2b8 100644 --- a/protocols/CloudFile/src/oauth.cpp +++ b/protocols/CloudFile/src/oauth.cpp @@ -6,7 +6,6 @@ COAuthDlg::COAuthDlg(CCloudService *service, const char *authUrl, CCloudService: m_authorize(this, IDC_OAUTH_AUTHORIZE, authUrl), m_code(this, IDC_OAUTH_CODE), m_ok(this, IDOK) { - m_autoClose = CLOSE_ON_CANCEL; m_code.OnChange = Callback(this, &COAuthDlg::Code_OnChange); } |