[Commits] [SCM] claws branch, gtk3, updated. 3.99.0-83-g56b3b6bc4
paul at claws-mail.org
paul at claws-mail.org
Thu Apr 15 21:56:23 CEST 2021
The branch, gtk3 has been updated
via 56b3b6bc4ab21a0c0c18ab1e3ed5d5acb1659817 (commit)
from 70c0261fcb8eb0fe73a59a3b80f2559b6294e3f3 (commit)
Summary of changes:
src/prefs_account.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 56b3b6bc4ab21a0c0c18ab1e3ed5d5acb1659817
Author: paul <paul at claws-mail.org>
Date: Thu Apr 15 20:56:16 2021 +0100
move the OAUTH2 page above the Advanced page
diff --git a/src/prefs_account.c b/src/prefs_account.c
index 739498a31..c6118f4ae 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -4311,8 +4311,8 @@ void prefs_account_init()
hooks_register_hook(SSL_CERT_GET_PASSWORD, sslcert_get_password, NULL);
#endif
register_proxy_page();
- register_advanced_page();
register_oauth2_page();
+ register_advanced_page();
}
PrefsAccount *prefs_account_new(void)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list