[Commits] [SCM] claws branch, gtk3, updated. 3.16.0-860-gd6fa4039c
paul at claws-mail.org
paul at claws-mail.org
Wed Nov 27 09:38:14 CET 2019
The branch, gtk3 has been updated
via d6fa4039c89182ffe52dffac77d35e72a90d7375 (commit)
from 627fb4da429b1b18db7a05b2fdb3c41670a1bf43 (commit)
Summary of changes:
src/editaddress.c | 4 ++--
src/editaddress_other_attributes_ldap.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit d6fa4039c89182ffe52dffac77d35e72a90d7375
Author: paul <paul at claws-mail.org>
Date: Wed Nov 27 08:38:10 2019 +0000
replace deprecated gtk_vbutton_box_new()
diff --git a/src/editaddress.c b/src/editaddress.c
index fcebb4a00..15a626204 100644
--- a/src/editaddress.c
+++ b/src/editaddress.c
@@ -1308,7 +1308,7 @@ static void addressbook_edit_person_page_email( gint pageNum, gchar *pageLbl ) {
vboxb = gtk_vbox_new( FALSE, 4 );
gtk_box_pack_start(GTK_BOX(hbox), vboxb, FALSE, FALSE, 2);
- vbuttonbox = gtk_vbutton_box_new();
+ vbuttonbox = gtk_button_box_new(GTK_ORIENTATION_VERTICAL);
gtk_button_box_set_layout( GTK_BUTTON_BOX(vbuttonbox), GTK_BUTTONBOX_START );
gtk_box_set_spacing( GTK_BOX(vbuttonbox), 8 );
gtk_container_set_border_width( GTK_CONTAINER(vbuttonbox), 4 );
@@ -1538,7 +1538,7 @@ static void addressbook_edit_person_page_attrib( gint pageNum, gchar *pageLbl )
vboxb = gtk_vbox_new( FALSE, 4 );
gtk_box_pack_start(GTK_BOX(hbox), vboxb, FALSE, FALSE, 2);
- vbuttonbox = gtk_vbutton_box_new();
+ vbuttonbox = gtk_button_box_new(GTK_ORIENTATION_VERTICAL);
gtk_button_box_set_layout( GTK_BUTTON_BOX(vbuttonbox), GTK_BUTTONBOX_START );
gtk_box_set_spacing( GTK_BOX(vbuttonbox), 8 );
gtk_container_set_border_width( GTK_CONTAINER(vbuttonbox), 4 );
diff --git a/src/editaddress_other_attributes_ldap.c b/src/editaddress_other_attributes_ldap.c
index c7a954cee..1b18f4024 100644
--- a/src/editaddress_other_attributes_ldap.c
+++ b/src/editaddress_other_attributes_ldap.c
@@ -420,7 +420,7 @@ void addressbook_edit_person_page_attrib_ldap(PersonEditDlg *dialog, gint pageNu
vboxb = gtk_vbox_new(FALSE, 4);
gtk_box_pack_start(GTK_BOX(hbox), vboxb, FALSE, FALSE, 2);
- vbuttonbox = gtk_vbutton_box_new();
+ vbuttonbox = gtk_button_box_new(GTK_ORIENTATION_VERTICAL);
gtk_button_box_set_layout(GTK_BUTTON_BOX(vbuttonbox), GTK_BUTTONBOX_START);
gtk_box_set_spacing(GTK_BOX(vbuttonbox), 8);
gtk_container_set_border_width(GTK_CONTAINER(vbuttonbox), 4);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list