summaryrefslogtreecommitdiff
path: root/tests/testcenterbox.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-02-14 20:55:36 +0100
committerBenjamin Otte <otte@redhat.com>2020-02-14 21:18:49 +0100
commita278edab2271c3963ef5f323778300e996702ed3 (patch)
tree397b1829e3d4581900a58a7fd7216930824bcae4 /tests/testcenterbox.c
parentc2bd4bc3cbc298c7cb4e4566e0622c7c201a95b0 (diff)
downloadgtk+-a278edab2271c3963ef5f323778300e996702ed3.tar.gz
window: Remove type argument from gtk_window_new()
Diffstat (limited to 'tests/testcenterbox.c')
-rw-r--r--tests/testcenterbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testcenterbox.c b/tests/testcenterbox.c
index e4a1350888..9c3412795b 100644
--- a/tests/testcenterbox.c
+++ b/tests/testcenterbox.c
@@ -24,7 +24,7 @@ main (int argc, char *argv[])
if (g_getenv ("RTL"))
gtk_widget_set_default_direction (GTK_TEXT_DIR_RTL);
- window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+ window = gtk_window_new ();
box = gtk_center_box_new ();
gtk_container_add (GTK_CONTAINER (window), box);