summaryrefslogtreecommitdiff
path: root/tests/testheightforwidth.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testheightforwidth.c')
-rw-r--r--tests/testheightforwidth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testheightforwidth.c b/tests/testheightforwidth.c
index b105344f37..c4774d57bd 100644
--- a/tests/testheightforwidth.c
+++ b/tests/testheightforwidth.c
@@ -942,7 +942,7 @@ create_window (void)
gint i;
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
- vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, FALSE, 6);
+ vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6);
gtk_container_set_border_width (GTK_CONTAINER (window), 8);