GNOME Bugzilla – Bug 759024
view: use the path of the filter model in search results
Last modified: 2015-12-04 14:32:43 UTC
Fix a visibility issue in search results treeview when there are only songs.
Created attachment 316768 [details] [review] view: use the path of the filter model in search results If 'albums' or 'artists' are missing from search results, the filter model hides the corresponding rows. In this case, the GtkTreeView path given by the model is incorrect and need to be converted.
Review of attachment 316768 [details] [review]: Sure.
attachment 316768 [details] [review] pushed to master as d094e343 Thanks!