GNOME Bugzilla – Bug 744821
Select Playlist button doesn't de/activate when navigating with arrow keys
Last modified: 2016-03-14 14:23:36 UTC
In the Playlist Dialog ('select playlist'/'add new playlist' menu), if you click on 'New Playlist', the 'select' button deactivates, and you get a text field in which to name your new playlist. If you navigate to the 'New Playlist' row via the arrow keys, the 'select' button does NOT deactivate--you can click 'select' from here, which crashes the program (with error: "'NoneType' object has no attribute 'get_id'"). Additionally, if you navigate up from 'New Playlist' to a valid playlist with the arrow keys, 'select' does not activate until you've selected a valid playlist via click.
Bulk removing the 3.18 target.
Created attachment 323549 [details] [review] Toggle Select Button on selection change The current implementation connects to the 'row-activated' signal which is not emitted for the New Playlist . This patch adds a handler for the 'changed' signal of TreeSelection and updates the Select button accordingly.
Review of attachment 323549 [details] [review]: Sure. thanks for your patch.
Pushed to master as https://git.gnome.org/browse/gnome-music/commit/?id=be4d6ff9a9a3f6036f1ba909f593acbf06f89d24