summaryrefslogtreecommitdiff
path: root/tests/treestoretest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/treestoretest.c')
-rw-r--r--tests/treestoretest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/treestoretest.c b/tests/treestoretest.c
index f930a388db..45fee12e32 100644
--- a/tests/treestoretest.c
+++ b/tests/treestoretest.c
@@ -439,7 +439,7 @@ make_window (gint view_type)
int
main (int argc, char *argv[])
{
- gtk_init (&argc, &argv);
+ gtk_init ();
base_model = gtk_tree_store_new (2, G_TYPE_STRING, G_TYPE_STRING);