[Commits] [SCM] claws branch, gtk2, updated. 3.19.0-35-ge6bf6664f

wwp at claws-mail.org wwp at claws-mail.org
Tue May 24 08:21:01 CEST 2022


The branch, gtk2 has been updated
       via  e6bf6664fd7fe0e69c22c5bd41305319b4cc4e63 (commit)
      from  6c22dc1ffac114cb1b0dd73cb811e4f03ac80b08 (commit)

Summary of changes:
 src/prefs_account.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)


- Log -----------------------------------------------------------------
commit e6bf6664fd7fe0e69c22c5bd41305319b4cc4e63
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 5554c7cda..21f691dec 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -5189,7 +5189,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);
 }
 
@@ -6292,11 +6292,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