comparison ChangeLog @ 2099:14f049193031 trunk

[svn] - when clearing a playlist's entries, make sure to reset the playlist's linear entry list to NULL. additionally, set playlist->position to NULL as there is nothing to iterate.
author nenolod
date Mon, 11 Dec 2006 06:25:24 -0800
parents 425963ded156
children 18b5544886ff
comparison
equal deleted inserted replaced
2098:425963ded156 2099:14f049193031
1 2006-12-11 13:49:54 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [3201]
3 - provide the old ABI for plugins (intermediate layer).
4 Pointed out by yaz, pointy hat to me.
5
6 trunk/audacious/playlist.c | 26 ++++++++++++++++++++++++--
7 trunk/audacious/playlist.h | 2 ++
8 trunk/audacious/pluginenum.c | 2 +-
9 3 files changed, 27 insertions(+), 3 deletions(-)
10
11
1 2006-12-11 13:47:05 +0000 William Pitcock <nenolod@nenolod.net> 12 2006-12-11 13:47:05 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [3199] 13 revision [3199]
3 - make sure &default_playlist (temporary construct) has full padding. 14 - make sure &default_playlist (temporary construct) has full padding.
4 probably won't help this, but it seems like it wont hurt, either. 15 probably won't help this, but it seems like it wont hurt, either.
5 16