]> Pileus Git - ~andy/gtk/blobdiff - tests/testtooltips.c
gtk: remove "gboolean homogeneous" from gtk_box_new()
[~andy/gtk] / tests / testtooltips.c
index 5ec25abfcd44eb9dd6a420dfcca6319bddb1f868..9cb1fcc0555f8bdb280e62f981e28ca616c0e6a6 100644 (file)
@@ -275,7 +275,7 @@ main (int argc, char *argv[])
   g_signal_connect (window, "delete_event",
                    G_CALLBACK (gtk_main_quit), NULL);
 
-  box = gtk_box_new (GTK_ORIENTATION_VERTICAL, FALSE, 3);
+  box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 3);
   gtk_container_add (GTK_CONTAINER (window), box);
 
   /* A check button using the tooltip-markup property */