[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-874-gc65197e37

paul at claws-mail.org paul at claws-mail.org
Mon Dec 2 08:27:07 CET 2019


The branch, gtk3 has been updated
       via  c65197e37bd2d6fcc464d6c84a676dcc0669868c (commit)
      from  1b1e0fb864cab6c7843bdb2b415ac9726b2ac251 (commit)

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


- Log -----------------------------------------------------------------
commit c65197e37bd2d6fcc464d6c84a676dcc0669868c
Author: paul <paul at claws-mail.org>
Date:   Mon Dec 2 07:27:02 2019 +0000

    replace remaining deprecated gtk_vbox_new()

diff --git a/src/prefs_gtk.h b/src/prefs_gtk.h
index 1bf3d557d..ad2d3b4d1 100644
--- a/src/prefs_gtk.h
+++ b/src/prefs_gtk.h
@@ -111,7 +111,7 @@ struct _PrefsDialog
 /* This can be used in vboxes, as well as in hboxes. */
 #define PACK_SPACER(box, vbox, spacing) \
 { \
-	vbox = gtk_vbox_new(FALSE, 0); \
+	vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0) \
 	gtk_widget_show(vbox); \
 	gtk_box_pack_start(GTK_BOX(box), vbox, FALSE, TRUE, spacing); \
 }

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list