From 8bab40a99e310ee466ca288f6b0632c07abf6250 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sat, 21 Apr 2012 21:13:13 +0000 Subject: More GTK3 adaptations svn path=/trunk/; revision=42187 --- ui/gtk/sctp_byte_graph_dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/gtk/sctp_byte_graph_dlg.c') diff --git a/ui/gtk/sctp_byte_graph_dlg.c b/ui/gtk/sctp_byte_graph_dlg.c index d38fc86a1f..28662103ca 100644 --- a/ui/gtk/sctp_byte_graph_dlg.c +++ b/ui/gtk/sctp_byte_graph_dlg.c @@ -1263,7 +1263,7 @@ static void init_sctp_graph_window(struct sctp_udata *u_data) sctp_graph_set_title(u_data); - hbox = gtk_hbutton_box_new(); + hbox = gtk_button_box_new(GTK_ORIENTATION_HORIZONTAL); gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); gtk_container_set_border_width(GTK_CONTAINER(hbox), 10); gtk_button_box_set_layout(GTK_BUTTON_BOX (hbox), GTK_BUTTONBOX_SPREAD); -- cgit v1.2.3