GNOME Bugzilla – Bug 549183
Delete playlist action on DAPs using eject icon
Last modified: 2008-09-08 01:13:39 UTC
On DAP sources, the "Delete playlist" action uses the eject icon instead of the delete one.
Created attachment 117293 [details] Screenshot
The playlist inherits the property setting the icon from its parent source. I'll attach a patch.
Created attachment 117294 [details] [review] Use the proper icon for deleting DAP playlists This patch overrides the UnmapSourceActionIconName for DAP playlists.
I ended up fixing this in a different way - by not having children inherit the label/icon overrides of their parents, but adding a property to PrimarySources for the 'StorageName' (eg Drive or iPod) to be used in the DeleteFromDriveAction label. Fixed in svn.