Skip to content

playlistview: Fix playlist renaming

Marinus Schraal requested to merge cherry-pick-e3ddd208 into gnome-3-30

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

Closes: #248 (closed)

(cherry picked from commit e3ddd208)

Merge request reports