# HG changeset patch # User nenolod # Date 1166197218 28800 # Node ID 22ebf356f7cd0de2a94b2baf14587d5586cffff1 # Parent 83c9caf0c5543186e9fe2ec8c62d1f72ae405beb [svn] - ip_data.stop shouldn't be handled here, but should be handled by the callee of playlist_clear(). diff -r 83c9caf0c554 -r 22ebf356f7cd ChangeLog --- a/ChangeLog Fri Dec 15 07:38:23 2006 -0800 +++ b/ChangeLog Fri Dec 15 07:40:18 2006 -0800 @@ -1,3 +1,13 @@ +2006-12-15 15:38:23 +0000 William Pitcock + revision [3253] + - add some basic code for the manipulation of temporary playlists + + trunk/audacious/mainwin.c | 20 ++++++++++++++++++++ + trunk/audacious/mainwin.h | 6 +++++- + trunk/audacious/playlist.c | 10 ++++++++-- + 3 files changed, 33 insertions(+), 3 deletions(-) + + 2006-12-15 15:28:29 +0000 William Pitcock revision [3251] - add playlist_select_next(), playlist_select_prev() diff -r 83c9caf0c554 -r 22ebf356f7cd audacious/playlist.c --- a/audacious/playlist.c Fri Dec 15 07:38:23 2006 -0800 +++ b/audacious/playlist.c Fri Dec 15 07:40:18 2006 -0800 @@ -331,12 +331,6 @@ void playlist_clear(Playlist *playlist) { - if (bmp_playback_get_playing()) { - ip_data.stop = TRUE; - bmp_playback_stop(); - ip_data.stop = FALSE; - } - PLAYLIST_LOCK(); if (playlist) {