# HG changeset patch # User nenolod # Date 1166197929 28800 # Node ID dba25b0e98c8da4362e6c2d01d986db73e3eea04 # Parent 22ebf356f7cd0de2a94b2baf14587d5586cffff1 [svn] - use playlist_get_active() at the top of each thread. diff -r 22ebf356f7cd -r dba25b0e98c8 ChangeLog --- a/ChangeLog Fri Dec 15 07:40:18 2006 -0800 +++ b/ChangeLog Fri Dec 15 07:52:09 2006 -0800 @@ -1,3 +1,11 @@ +2006-12-15 15:40:18 +0000 William Pitcock + revision [3255] + - ip_data.stop shouldn't be handled here, but should be handled by the callee of playlist_clear(). + + trunk/audacious/playlist.c | 6 ------ + 1 file changed, 6 deletions(-) + + 2006-12-15 15:38:23 +0000 William Pitcock revision [3253] - add some basic code for the manipulation of temporary playlists diff -r 22ebf356f7cd -r dba25b0e98c8 audacious/playlist.c --- a/audacious/playlist.c Fri Dec 15 07:40:18 2006 -0800 +++ b/audacious/playlist.c Fri Dec 15 07:52:09 2006 -0800 @@ -2307,10 +2307,10 @@ GList *node; gboolean update_playlistwin = FALSE; gboolean update_mainwin = FALSE; - Playlist *playlist = playlist_get_active(); while (playlist_get_info_is_going()) { PlaylistEntry *entry; + Playlist *playlist = playlist_get_active(); // on_load if (cfg.use_pl_metadata &&