[Commits] [SCM] claws branch, master, updated. 3.17.8-65-g48a5932df

wwp at claws-mail.org wwp at claws-mail.org
Thu Apr 15 15:18:57 CEST 2021


The branch, master has been updated
       via  48a5932dfcb80bc17eb38d011496efc90426297c (commit)
      from  c32d69a972c9ff076bfc4f5c4e2833f0996786bc (commit)

Summary of changes:
 src/prefs_account.c | 1 -
 1 file changed, 1 deletion(-)


- Log -----------------------------------------------------------------
commit 48a5932dfcb80bc17eb38d011496efc90426297c
Author: wwp <subscript at free.fr>
Date:   Thu Apr 15 15:17:56 2021 +0200

    Fix wrong gtk3 call in oauth2 backports to master.

diff --git a/src/prefs_account.c b/src/prefs_account.c
index b3a02a4ad..6ab633338 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -2346,7 +2346,6 @@ static void oauth2_create_widget_func(PrefsPage * _page,
 	oauth2_link_copy_button = gtk_button_new_with_label(_("Copy link"));
 	g_signal_connect(G_OBJECT(oauth2_link_copy_button), "clicked", G_CALLBACK(prefs_account_oauth2_copy_url), NULL);
 	gtk_widget_set_sensitive(oauth2_link_copy_button, TRUE);
-	gtk_widget_set_margin_bottom(oauth2_link_copy_button, 8);
 	gtk_widget_show (oauth2_link_copy_button);
 	gtk_box_pack_start (GTK_BOX (hbox), oauth2_link_copy_button, FALSE, FALSE, 0);
 

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list