summaryrefslogtreecommitdiff
path: root/tests/testorientable.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testorientable.c')
-rw-r--r--tests/testorientable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testorientable.c b/tests/testorientable.c
index e778eacdac..d089f5e7cb 100644
--- a/tests/testorientable.c
+++ b/tests/testorientable.c
@@ -51,7 +51,7 @@ main (int argc, char **argv)
GtkWidget *box, *button;
GList *orientables = NULL;
- gtk_init (&argc, &argv);
+ gtk_init ();
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
grid= gtk_grid_new ();