[Commits] [SCM] claws branch, oauth2, updated. 3.17.8-62-g5360e1a9d
miras at claws-mail.org
miras at claws-mail.org
Wed Apr 14 17:08:04 CEST 2021
The branch, oauth2 has been updated
via 5360e1a9dfbd99b39ed6acb3f763bf35440bfddd (commit)
from 8444e02ee8cd455cc15ab47f8ef6ec1a58b35949 (commit)
Summary of changes:
src/prefs_account.c | 1 +
1 file changed, 1 insertion(+)
- Log -----------------------------------------------------------------
commit 5360e1a9dfbd99b39ed6acb3f763bf35440bfddd
Author: Michael Rasmussen <mir at datanom.net>
Date: Wed Apr 14 17:07:57 2021 +0200
Add tooltip for entering authorization code
Signed-off-by: Michael Rasmussen <mir at datanom.net>
diff --git a/src/prefs_account.c b/src/prefs_account.c
index dc2e9a7b8..b10fd4f20 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -2354,6 +2354,7 @@ static void oauth2_create_widget_func(PrefsPage * _page,
oauth2_authcode_entry = gtk_entry_new ();
gtk_widget_show (oauth2_authcode_entry);
gtk_widget_set_size_request (oauth2_authcode_entry, DEFAULT_ENTRY_WIDTH, -1);
+ gtk_widget_set_tooltip_text(oauth2_authcode_entry, _("Paste complete URL from browser or the provided auth token"));
gtk_box_pack_start (GTK_BOX (hbox), oauth2_authcode_entry, TRUE, TRUE, 0);
hbox = gtk_hbox_new (FALSE, 8);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list