After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 432688 - new playlist in context menu doesn't provide default name
new playlist in context menu doesn't provide default name
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
HEAD
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-23 17:18 UTC by William Jon McCann
Modified: 2009-02-24 10:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
specify a name for new playlists (458 bytes, patch)
2009-02-08 22:38 UTC, Oscar Morante
none Details | Review
specify a name for both automatic and static playlists (742 bytes, patch)
2009-02-09 06:59 UTC, Oscar Morante
committed Details | Review

Description William Jon McCann 2007-04-23 17:18:00 UTC
The new playlist in context menu doesn't provide a default playlist name like DnD does.
Comment 1 Oscar Morante 2009-02-08 22:38:30 UTC
Created attachment 128256 [details] [review]
specify a name for new playlists

This patch should fix it.
Comment 2 Oscar Morante 2009-02-09 06:59:12 UTC
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.
Comment 3 Christophe Fergeau 2009-02-09 21:00:42 UTC
Looks fine to me.
Comment 4 Jonathan Matthew 2009-02-24 10:22:20 UTC
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.