X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=tests%2Ftesttooltips.c;h=5ec25abfcd44eb9dd6a420dfcca6319bddb1f868;hb=a9894d4cf48e04dcb89043b425be07870ad7c496;hp=4c178467977d7703656ea04f34d46d5b6ba48fbc;hpb=b2207f6730137f5167b39d6c686a905ba2f532ab;p=~andy%2Fgtk diff --git a/tests/testtooltips.c b/tests/testtooltips.c index 4c1784679..5ec25abfc 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_vbox_new (FALSE, 3); + box = gtk_box_new (GTK_ORIENTATION_VERTICAL, FALSE, 3); gtk_container_add (GTK_CONTAINER (window), box); /* A check button using the tooltip-markup property */