comparison ChangeLog @ 2135:dd29f8fd029d trunk

[svn] - log a warning if deprecated functions from <= 1.2 are used
author nenolod
date Fri, 15 Dec 2006 21:14:16 -0800
parents 1cc6ae153b67
children 7ce26ebe8b6a
comparison
equal deleted inserted replaced
2134:1cc6ae153b67 2135:dd29f8fd029d
1 2006-12-16 04:33:34 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [3273]
3 - use g_object_ref() on the list store when we disassociate to make
4 sure it isn't garbage collected
5
6 trunk/audacious/mainwin.c | 2 ++
7 1 file changed, 2 insertions(+)
8
9
1 2006-12-16 04:20:46 +0000 William Pitcock <nenolod@nenolod.net> 10 2006-12-16 04:20:46 +0000 William Pitcock <nenolod@nenolod.net>
2 revision [3271] 11 revision [3271]
3 - while building the jump to file list, disassociate the GtkListStore 12 - while building the jump to file list, disassociate the GtkListStore
4 from the GtkTreeView widget which displays the JTF list. 13 from the GtkTreeView widget which displays the JTF list.
5 14