mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 14:50:06 +00:00
testsuite/gtk/flattenlistmodel.c: fix build
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
parent
92b50c5e2a
commit
eb8e0910c3
@ -307,7 +307,7 @@ static void
|
|||||||
test_submodel_add2 (void)
|
test_submodel_add2 (void)
|
||||||
{
|
{
|
||||||
GtkFlattenListModel *flat;
|
GtkFlattenListModel *flat;
|
||||||
GListStore *model, *store[2];
|
GListStore *model, *store[3];
|
||||||
|
|
||||||
model = g_list_store_new (G_TYPE_LIST_MODEL);
|
model = g_list_store_new (G_TYPE_LIST_MODEL);
|
||||||
flat = new_model (model);
|
flat = new_model (model);
|
||||||
|
Loading…
Reference in New Issue
Block a user