From 3a0afce5091978b51b75153dc9b910c2a251bc2c Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sun, 31 Oct 2010 18:07:20 +0100 Subject: gtk: remove "gboolean homogeneous" from gtk_box_new() Because it's FALSE in virtually all use cases. --- tests/testtooltips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testtooltips.c') diff --git a/tests/testtooltips.c b/tests/testtooltips.c index 5ec25abfcd..9cb1fcc055 100644 --- a/tests/testtooltips.c +++ b/tests/testtooltips.c @@ -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 */ -- cgit v1.2.1