Skip to content
Commit b9ac68eb authored by António Fernandes's avatar António Fernandes
Browse files

view-model: Use GSortListModel internally

This is a required step in order to use GtkTreeListModel later.

GtkTreeListModel doesn't work well when its internal models get
resorted: it assumes the items are gone, not reordered, causing
the row objects to get destroyed and the view to lose track of
things.

This might not be as efficient, but we've got no other option
other than implementing a custom tree list model...
parent e3f6cdde
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment