Skip to content

playlistview: Fix playlist renaming

Jean Felder requested to merge wip/jfelder/playlistview-fix-rename into master

Since the introduction of SidebarRow (commit a3ea4d04), playlist renaming operation renaming crashes. Indeed, selection is now a SidebaRow instead of a GtkBox. Update the correct GObject property to fix the issue.

Closes: #248 (closed)

Merge request reports