[Commits] [SCM] claws branch, gtk2, updated. 3.19.1-57-g0542d9e71

paul at claws-mail.org paul at claws-mail.org
Wed Aug 9 18:43:53 UTC 2023


The branch, gtk2 has been updated
       via  0542d9e7117da85f01175b8dd7fafcc834b5b076 (commit)
      from  f3fe7a6e82a4618e5c6f3e86a0978cc7cb686240 (commit)

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


- Log -----------------------------------------------------------------
commit 0542d9e7117da85f01175b8dd7fafcc834b5b076
Author: paul <paul at claws-mail.org>
Date:   Wed Aug 9 19:43:48 2023 +0100

    fix bug 4691, 'undefined reference to gtk_box_new'

diff --git a/src/prefs_account.c b/src/prefs_account.c
index 1ef425933..2d06a369b 100644
--- a/src/prefs_account.c
+++ b/src/prefs_account.c
@@ -1888,7 +1888,7 @@ static void receive_create_widget_func(PrefsPage * _page,
 	gtk_widget_show (imap_batch_size_spinbtn);
 	gtk_box_pack_start(GTK_BOX(hbox1), imap_batch_size_spinbtn, FALSE, FALSE, 0);
 
-	hbox1 = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 8);
+	hbox1 = gtk_hbox_new(FALSE, 8);
 	gtk_widget_show (hbox1);
 	gtk_box_pack_start (GTK_BOX (vbox2), hbox1, FALSE, FALSE, 4);
 

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list