GNOME Bugzilla – Bug 432688
new playlist in context menu doesn't provide default name
Last modified: 2009-02-24 10:22:20 UTC
The new playlist in context menu doesn't provide a default playlist name like DnD does.
Created attachment 128256 [details] [review] specify a name for new playlists This patch should fix it.
Created attachment 128278 [details] [review] specify a name for both automatic and static playlists Sorry, I didn't notice that Automatic Playlists were also affected. This new patch takes care of this. BTW I used "New Playlist" for both cases since it's already in the .po files.
Looks fine to me.
2009-02-24 Jonathan Matthew <jonathan@d14n.org> patch by: Oscar Morante <spacepluk@gmail.com> * shell/rb-playlist-manager.c: (rb_playlist_manager_cmd_new_playlist), (rb_playlist_manager_cmd_new_automatic_playlist): Set a default name for newly created playlists. Fixes #432688.