X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=tests%2Ftestscale.c;h=8621c3f2c9dc7eb009d5bfed794d57920932e4fc;hb=3a0afce5091978b51b75153dc9b910c2a251bc2c;hp=0ee26749c9b8c25df9c5d54d8c4a600c4348a7ff;hpb=81d7dd07742d20bd5a03c8244c2c5b3e94be9f68;p=~andy%2Fgtk diff --git a/tests/testscale.c b/tests/testscale.c index 0ee26749c..8621c3f2c 100755 --- a/tests/testscale.c +++ b/tests/testscale.c @@ -46,7 +46,7 @@ int main (int argc, char *argv[]) window = gtk_window_new (GTK_WINDOW_TOPLEVEL); gtk_window_set_title (GTK_WINDOW (window), "Ranges with marks"); - box = gtk_box_new (GTK_ORIENTATION_VERTICAL, FALSE, 5); + box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 5); frame = gtk_frame_new ("No marks"); scale = gtk_scale_new_with_range (GTK_ORIENTATION_HORIZONTAL, @@ -96,7 +96,7 @@ int main (int argc, char *argv[]) gtk_container_add (GTK_CONTAINER (frame), scale); gtk_box_pack_start (GTK_BOX (box), frame, FALSE, FALSE, 0); - box2 = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, FALSE, 5); + box2 = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 5); gtk_box_pack_start (GTK_BOX (box), box2, TRUE, TRUE, 0); frame = gtk_frame_new ("No marks");