GNOME Bugzilla – Bug 161935
Creating a new playlist should show the Source List
Last modified: 2005-08-15 13:20:14 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.
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
*** Bug 313250 has been marked as a duplicate of this bug. ***
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)