Skip to content

artistsview: Correctly access artisttile on toggle_selection

Jean Felder requested to merge wip/jfelder-artistsview-selection-crash into master

This is a regression introduced by commit 74dc676d. ArtistTile now inherits from a GtkListBoxRow, there is no need to call the get_child method to access it.

Merge request reports