From 2c7e567f05eb31aa3b78ed83fd92a09153525210 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 28 Dec 2016 08:53:22 -0500 Subject: Update callers Adapt all our tests and examples to the new initialization api. --- tests/testicontheme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testicontheme.c') diff --git a/tests/testicontheme.c b/tests/testicontheme.c index e7f10dff24..f34e93a9fd 100644 --- a/tests/testicontheme.c +++ b/tests/testicontheme.c @@ -69,7 +69,7 @@ main (int argc, char *argv[]) int scale = 1; GtkIconLookupFlags flags; - gtk_init (&argc, &argv); + gtk_init (); if (argc < 3) { -- cgit v1.2.1