diff options
Diffstat (limited to 'tests/testrecentchooser.c')
-rw-r--r-- | tests/testrecentchooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testrecentchooser.c b/tests/testrecentchooser.c index 4ac0722c4c..fcc32a39bc 100644 --- a/tests/testrecentchooser.c +++ b/tests/testrecentchooser.c @@ -111,7 +111,7 @@ main (int argc, gint i; gboolean multiple = FALSE; - gtk_init (&argc, &argv); + gtk_init (); /* to test rtl layout, set RTL=1 in the environment */ if (g_getenv ("RTL")) |