diff options
Diffstat (limited to 'tests/testiconview.c')
-rw-r--r-- | tests/testiconview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testiconview.c b/tests/testiconview.c index 9cb5498fc4..72f8fab5d1 100644 --- a/tests/testiconview.c +++ b/tests/testiconview.c @@ -420,7 +420,7 @@ main (gint argc, gchar **argv) GtkCellRenderer *cell; GtkTreeViewColumn *tvc; - gtk_init (&argc, &argv); + gtk_init (); /* to test rtl layout, set RTL=1 in the environment */ if (g_getenv ("RTL")) |