Mercurial > audlegacy
changeset 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 | 008708425c83 |
children | 776c30747439 |
files | src/audacious/playlist.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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; }