aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/h225_counter.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-21 16:40:14 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-21 16:40:14 +0000
commit03e3fdd79c3c64861fba9cc760c6b3ae1cb97fa3 (patch)
tree65b3461fea0558d21a3fb6acf25da0fd944efef5 /ui/gtk/h225_counter.c
parent379bc6934cb74c168f6327473799673aec8d8699 (diff)
Replace gtk_vbox_new() and gtk_hbox_new() with ws_gtk_box_new().
svn path=/trunk/; revision=42176
Diffstat (limited to 'ui/gtk/h225_counter.c')
-rw-r--r--ui/gtk/h225_counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/h225_counter.c b/ui/gtk/h225_counter.c
index 019db0fe6a..b8651d415a 100644
--- a/ui/gtk/h225_counter.c
+++ b/ui/gtk/h225_counter.c
@@ -534,7 +534,7 @@ gtk_h225counter_init(const char *optarg, void *userdata _U_)
gtk_window_set_default_size(GTK_WINDOW(hs->win), 400, 200);
- hs->vbox=gtk_vbox_new(FALSE, 3);
+ hs->vbox=ws_gtk_box_new(GTK_ORIENTATION_VERTICAL, 3, FALSE);
gtk_container_set_border_width(GTK_CONTAINER(hs->vbox), 12);
init_main_stat_window(hs->win, hs->vbox, "H.225 Message and Message Reason Counter", hs->filter);