Mercurial > audlegacy
changeset 2125:22ebf356f7cd trunk
[svn] - ip_data.stop shouldn't be handled here, but should be handled by the callee of playlist_clear().
author | nenolod |
---|---|
date | Fri, 15 Dec 2006 07:40:18 -0800 |
parents | 83c9caf0c554 |
children | dba25b0e98c8 |
files | ChangeLog audacious/playlist.c |
diffstat | 2 files changed, 10 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <nenolod@nenolod.net> revision [3251] - add playlist_select_next(), playlist_select_prev()
--- 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) {