# HG changeset patch # User Yoshiki Yazawa # Date 1197799385 -32400 # Node ID 96d8114f0b89ec67984dba1dc19a7182b67780f1 # Parent 008708425c83a19ef9053e95fbd45750e80f1368 now jtf follows on-demand metadata loading. diff -r 008708425c83 -r 96d8114f0b89 src/audacious/playlist.c --- 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; }