diff options
Diffstat (limited to 'tests/testfilechooser.c')
-rw-r--r-- | tests/testfilechooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testfilechooser.c b/tests/testfilechooser.c index 4ae441ef22..6086d9d917 100644 --- a/tests/testfilechooser.c +++ b/tests/testfilechooser.c @@ -711,7 +711,7 @@ main (int argc, char **argv) /* Extra controls for manipulating the test environment */ - control_window = gtk_window_new (GTK_WINDOW_TOPLEVEL); + control_window = gtk_window_new (); vbbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0); gtk_container_add (GTK_CONTAINER (control_window), vbbox); |