summaryrefslogtreecommitdiff
path: root/demos/testpixbuf-save.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/testpixbuf-save.c')
-rw-r--r--demos/testpixbuf-save.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/testpixbuf-save.c b/demos/testpixbuf-save.c
index cf1e4f4ac2..35ef367474 100644
--- a/demos/testpixbuf-save.c
+++ b/demos/testpixbuf-save.c
@@ -365,7 +365,7 @@ main (int argc, char **argv)
g_signal_connect (window, "destroy",
G_CALLBACK (close_app), NULL);
- vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, FALSE, 0);
+ vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
gtk_container_add (GTK_CONTAINER (window), vbox);
drawing_area = gtk_drawing_area_new ();