diff options
Diffstat (limited to 'testsuite/gtk/focus.c')
-rw-r--r-- | testsuite/gtk/focus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gtk/focus.c b/testsuite/gtk/focus.c index 73b777a05f..584a2c557e 100644 --- a/testsuite/gtk/focus.c +++ b/testsuite/gtk/focus.c @@ -94,7 +94,7 @@ test_window_focus (void) * [entry1] label2 [entry2] */ - window = gtk_window_new (GTK_WINDOW_TOPLEVEL); + window = gtk_window_new (); gtk_widget_set_name (window, "window"); add_controller (window, s); box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0); |