mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-25 05:26:14 +01:00
Merge branch 'wip/otte/simplify-liststore-splice' into 'master'
liststore: Simplify code See merge request GNOME/glib!303
This commit is contained in:
commit
574e2c8a99
@ -486,8 +486,7 @@ g_list_store_splice (GListStore *store,
|
||||
return;
|
||||
}
|
||||
|
||||
it = g_sequence_insert_before (it, g_object_ref (additions[i]));
|
||||
it = g_sequence_iter_next (it);
|
||||
g_sequence_insert_before (it, g_object_ref (additions[i]));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user