changeset 2126:dba25b0e98c8 trunk

[svn] - use playlist_get_active() at the top of each thread.
author nenolod
date Fri, 15 Dec 2006 07:52:09 -0800
parents 22ebf356f7cd
children 63af5b9c5026
files ChangeLog audacious/playlist.c
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@nenolod.net>
+  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 <nenolod@nenolod.net>
   revision [3253]
   - add some basic code for the manipulation of temporary playlists
--- 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 &&