diff src/audacious/playlist.c @ 4086:96d8114f0b89

now jtf follows on-demand metadata loading.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sun, 16 Dec 2007 19:03:05 +0900
parents 8f9966f00c98
children 776c30747439
line wrap: on
line diff
--- a/src/audacious/playlist.c	Sun Dec 16 18:44:56 2007 +0900
+++ b/src/audacious/playlist.c	Sun Dec 16 19:03:05 2007 +0900
@@ -2638,7 +2638,9 @@
         }
 
         if (update_playlistwin) {
-            event_queue("playlistwin update list", playlist_get_active());
+            Playlist *playlist = playlist_get_active();
+            event_queue("playlistwin update list", playlist);
+            PLAYLIST_INCR_SERIAL(playlist);
             update_playlistwin = FALSE;
         }