From 85118f92138b13a5306c54d234fbc1f2b54bc1f8 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sat, 21 Apr 2012 17:06:30 +0000 Subject: Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new(). svn path=/trunk/; revision=42178 --- ui/gtk/proto_hier_stats_dlg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/gtk/proto_hier_stats_dlg.c') diff --git a/ui/gtk/proto_hier_stats_dlg.c b/ui/gtk/proto_hier_stats_dlg.c index 34c8dfe71b..acf4a3e13c 100644 --- a/ui/gtk/proto_hier_stats_dlg.c +++ b/ui/gtk/proto_hier_stats_dlg.c @@ -538,7 +538,7 @@ proto_hier_stats_cb(GtkWidget *w _U_, gpointer d _U_) dlg = window_new(GTK_WINDOW_TOPLEVEL, "Wireshark: Protocol Hierarchy Statistics"); - vbox = gtk_vbox_new(FALSE, 5); + vbox = ws_gtk_box_new(GTK_ORIENTATION_VERTICAL, 5, FALSE); gtk_container_set_border_width(GTK_CONTAINER(vbox), 5); gtk_container_add(GTK_CONTAINER(dlg), vbox); -- cgit v1.2.3