aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/proto_hier_stats_dlg.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-21 17:06:30 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-21 17:06:30 +0000
commit85118f92138b13a5306c54d234fbc1f2b54bc1f8 (patch)
tree3590572c6854b0502064fc2572edf030cb2489ed /ui/gtk/proto_hier_stats_dlg.c
parent0a693fb2f61fe72908b6dd81c1decf9a10d1fb36 (diff)
Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().
svn path=/trunk/; revision=42178
Diffstat (limited to 'ui/gtk/proto_hier_stats_dlg.c')
-rw-r--r--ui/gtk/proto_hier_stats_dlg.c2
1 files changed, 1 insertions, 1 deletions
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);