Mercurial > audlegacy
diff ChangeLog @ 2164:9d38094655df trunk
[svn] - fix the positioning of an assertion to a place where it would actually
be useful
- gdk_color_alloc -> gdk_colormap_alloc_color
- gdk_window_get_colormap -> gdk_drawable_get_colormap
author | nenolod |
---|---|
date | Mon, 18 Dec 2006 10:04:29 -0800 |
parents | ac8a7d286616 |
children | 41e60e045e9e |
line wrap: on
line diff
--- a/ChangeLog Mon Dec 18 09:56:52 2006 -0800 +++ b/ChangeLog Mon Dec 18 10:04:29 2006 -0800 @@ -1,3 +1,17 @@ +2006-12-18 17:56:52 +0000 William Pitcock <nenolod@nenolod.net> + revision [3331] + - gdk_image_destroy -> g_object_unref + - gdk_gc_destroy -> g_object_unref + - gdk_pixbuf_render_to_drawable -> gdk_draw_pixbuf + + trunk/audacious/equalizer.c | 8 ++++---- + trunk/audacious/mainwin.c | 10 +++++----- + trunk/audacious/ui_playlist.c | 2 +- + trunk/audacious/widgets/playlist_slider.c | 2 +- + trunk/audacious/widgets/skin.c | 12 ++++++------ + 5 files changed, 17 insertions(+), 17 deletions(-) + + 2006-12-18 17:43:42 +0000 William Pitcock <nenolod@nenolod.net> revision [3329] - remove deprecated symbol warnings for gdk_draw_pixmap