summaryrefslogtreecommitdiff
path: root/tests/testlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testlist.c')
-rw-r--r--tests/testlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testlist.c b/tests/testlist.c
index 06f98fd311..05daa90180 100644
--- a/tests/testlist.c
+++ b/tests/testlist.c
@@ -255,7 +255,7 @@ main (int argc, char *argv[])
GtkWidget *window, *hbox, *vbox, *list, *row, *row3, *row_vbox, *row_hbox, *l;
GtkWidget *check, *button, *combo, *scrolled;
- gtk_init (NULL, NULL);
+ gtk_init ();
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);