[Commits] [SCM] claws branch, master, updated. 4.1.0-27-g33c80dcb2
miras at claws-mail.org
miras at claws-mail.org
Tue May 24 01:33:57 CEST 2022
The branch, master has been updated
via 33c80dcb26b880df485fb7e69c839b210957e962 (commit)
from 72ed8b4e2bf7670a156038abe0255fb7717b8559 (commit)
Summary of changes:
src/prefs_account.c | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit 33c80dcb26b880df485fb7e69c839b210957e962
Author: Michael Rasmussen <mir at datanom.net>
Date: Tue May 24 01:32:19 2022 +0200
Small fix from David Fletcher
Signed-off-by: Michael Rasmussen <mir at datanom.net>
diff --git a/src/prefs_account.c b/src/prefs_account.c
index 10e1ce485..55bfe5b13 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -5147,7 +5147,7 @@ static void prefs_account_oauth2_copy_url(GtkButton *button, gpointer data)
}
debug_print("Starting oauth2 listener thread\n");
oauth2_listener_cancel = 0;
- int ret = pthread_create(&oauth2_listener_tid, NULL, prefs_account_oauth2_listener, (void*)win);
+ int ret = pthread_create(&oauth2_listener_tid, NULL, prefs_account_oauth2_listener, NULL);
cm_return_if_fail(ret != 0);
}
@@ -6155,11 +6155,6 @@ static void * prefs_account_oauth2_listener(void * param)
g_free(trim_text);
g_free(OAUTH2Data);
- //To Do
- //(3) Work out how to give an indicataion in the main window that authentication has happened
- //(6) Clean up, test, copy over to git version
- //(1) Work out why extracting code from this causes segfault in oauth2_get_token_from_response
- //http://127.0.0.1:8888/?code=M.R3_BAY.09a02423-7bf8-8e51-c4a3-5565f8e7d56b HTTP/1.1
return NULL;
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list