Mercurial > audlegacy
comparison ChangeLog @ 2136:7ce26ebe8b6a trunk
[svn] - don't use deprecated function playlist_get().
author | nenolod |
---|---|
date | Fri, 15 Dec 2006 21:18:34 -0800 |
parents | dd29f8fd029d |
children | 6bfa0777a57a |
comparison
equal
deleted
inserted
replaced
2135:dd29f8fd029d | 2136:7ce26ebe8b6a |
---|---|
1 2006-12-16 05:14:16 +0000 William Pitcock <nenolod@nenolod.net> | |
2 revision [3275] | |
3 - log a warning if deprecated functions from <= 1.2 are used | |
4 | |
5 trunk/audacious/playlist.c | 4 ++++ | |
6 1 file changed, 4 insertions(+) | |
7 | |
8 | |
1 2006-12-16 04:33:34 +0000 William Pitcock <nenolod@nenolod.net> | 9 2006-12-16 04:33:34 +0000 William Pitcock <nenolod@nenolod.net> |
2 revision [3273] | 10 revision [3273] |
3 - use g_object_ref() on the list store when we disassociate to make | 11 - use g_object_ref() on the list store when we disassociate to make |
4 sure it isn't garbage collected | 12 sure it isn't garbage collected |
5 | 13 |