diff options
Diffstat (limited to 'tests/treestoretest.c')
-rw-r--r-- | tests/treestoretest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/treestoretest.c b/tests/treestoretest.c index 32684b78ba..0b2c933665 100644 --- a/tests/treestoretest.c +++ b/tests/treestoretest.c @@ -303,7 +303,7 @@ make_window (gint view_type) GObject *selection; /* Make the Widgets/Objects */ - window = gtk_window_new (GTK_WINDOW_TOPLEVEL); + window = gtk_window_new (); switch (view_type) { case 0: |