diff options
Diffstat (limited to 'tests/listmodel.c')
-rw-r--r-- | tests/listmodel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/listmodel.c b/tests/listmodel.c index 625a099270..1d98bc7fba 100644 --- a/tests/listmodel.c +++ b/tests/listmodel.c @@ -171,7 +171,7 @@ main (int argc, char *argv[]) GListStore *store; gint i; - gtk_init (NULL, NULL); + gtk_init (); store = g_list_store_new (my_object_get_type ()); for (i = 0; i < 100; i++) |