summaryrefslogtreecommitdiff
path: root/tests/testbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testbox.c')
-rw-r--r--tests/testbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testbox.c b/tests/testbox.c
index 6885f41b2e..1215d9c793 100644
--- a/tests/testbox.c
+++ b/tests/testbox.c
@@ -132,7 +132,7 @@ main (int argc, char *argv[])
GtkWidget *label;
GtkWidget *spin;
- gtk_init (NULL, NULL);
+ gtk_init ();
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);