aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/capture_info_dlg.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-06-02 23:53:04 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-06-02 23:53:04 +0000
commitdbc4b09004c68833f1cc4007be7c9043caa959c8 (patch)
tree285754e67a583b99c9a41b9b9cf7f6f1a4bb0679 /ui/gtk/capture_info_dlg.c
parentaa95f6b73d6490bd7ab74a140af9e2f018099814 (diff)
From Evan Huus Convert a bunch more GTK-2 calls to their cross-version ws_ equivalent
svn path=/trunk/; revision=43009
Diffstat (limited to 'ui/gtk/capture_info_dlg.c')
-rw-r--r--ui/gtk/capture_info_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/capture_info_dlg.c b/ui/gtk/capture_info_dlg.c
index d4549b7869..e5deecef78 100644
--- a/ui/gtk/capture_info_dlg.c
+++ b/ui/gtk/capture_info_dlg.c
@@ -200,7 +200,7 @@ capture_options *capture_opts)
g_free(cap_w_title);
/* Container for capture display widgets */
- main_vb = gtk_vbox_new(FALSE, 1);
+ main_vb = ws_gtk_box_new(GTK_ORIENTATION_VERTICAL, 1, FALSE);
gtk_container_set_border_width(GTK_CONTAINER(main_vb), 5);
gtk_container_add(GTK_CONTAINER(info->cap_w), main_vb);
gtk_widget_show(main_vb);