diff options
Diffstat (limited to 'tests/treestoretest.c')
-rw-r--r-- | tests/treestoretest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/treestoretest.c b/tests/treestoretest.c index 84b127d31e..0c966d76a3 100644 --- a/tests/treestoretest.c +++ b/tests/treestoretest.c @@ -353,7 +353,7 @@ main (int argc, char *argv[]) { gtk_init (&argc, &argv); - base_model = gtk_tree_store_new_with_types (2, G_TYPE_STRING, G_TYPE_STRING); + base_model = gtk_tree_store_new (2, G_TYPE_STRING, G_TYPE_STRING); /* FIXME: reverse this */ make_window (0); |