summaryrefslogtreecommitdiff
path: root/tests/testlistdnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testlistdnd.c')
-rw-r--r--tests/testlistdnd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testlistdnd.c b/tests/testlistdnd.c
index 2d8f7f4b7e..533f0a8d38 100644
--- a/tests/testlistdnd.c
+++ b/tests/testlistdnd.c
@@ -191,8 +191,8 @@ create_child_model (gpointer item,
static GListModel *
create_tree_model (guint n, guint m)
{
- return G_LIST_MODEL (gtk_tree_list_model_new (FALSE,
- create_model (0, n, m, TRUE),
+ return G_LIST_MODEL (gtk_tree_list_model_new (create_model (0, n, m, TRUE),
+ FALSE,
FALSE,
create_child_model,
GUINT_TO_POINTER (m), NULL));