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 161935 - Creating a new playlist should show the Source List
Creating a new playlist should show the Source List
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: User Interface
HEAD
Other Linux
: Normal minor
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
: 313250 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-12-21 23:50 UTC by Josh Lee
Modified: 2005-08-15 13:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch that implements the enhancement (3.41 KB, patch)
2005-06-10 13:00 UTC, James "Doc" Livingston
committed Details | Review

Description Josh Lee 2004-12-21 23:50:23 UTC
This is confusing:

1. Either hide the source list or switch to mini-mode.
2. Create a new playlist (Ctrl+N or Music>Playlist>New Playlist)
3. If we're in mini mode, where is this alleged "new playlist"?
4. If we're in full mode but the source list is hidden, how can I get back to
the rest of my music?

When you create a new playlist, rhythmbox should switch to full mode and show
the source list.
Comment 1 James "Doc" Livingston 2005-06-10 13:00:36 UTC
Created attachment 47545 [details] [review]
Patch that implements the enhancement

I've whipped up a patch that should be what you want. Whenever a playlist is
created the source-list is shown, and RB is brought out of small-mode
Comment 2 James "Doc" Livingston 2005-08-12 03:05:37 UTC
*** Bug 313250 has been marked as a duplicate of this bug. ***
Comment 3 James "Doc" Livingston 2005-08-15 13:20:14 UTC
2005-08-15  James Livingston  <jrl@ids.org.au>

        * shell/rb-playlist-manager.c: (rb_playlist_manager_class_init),
        (rb_playlist_manager_new_playlist):
        * shell/rb-playlist-manager.h:
        * shell/rb-shell.c: (rb_shell_construct),
        (rb_shell_playlist_added_cb), (rb_shell_playlist_created_cb): Force
        the source list to be shown when a new playlist is created. (Closes
        bug 161935)