summaryrefslogtreecommitdiff
path: root/tests/testbuttons.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testbuttons.c')
-rw-r--r--tests/testbuttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testbuttons.c b/tests/testbuttons.c
index e34f10654a..417db54230 100644
--- a/tests/testbuttons.c
+++ b/tests/testbuttons.c
@@ -29,7 +29,7 @@ int main (int argc, char *argv[])
gtk_init ();
- window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+ window = gtk_window_new ();
box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);