diff audacious/ui_playlist.c @ 2163:ac8a7d286616 trunk

[svn] - gdk_image_destroy -> g_object_unref - gdk_gc_destroy -> g_object_unref - gdk_pixbuf_render_to_drawable -> gdk_draw_pixbuf
author nenolod
date Mon, 18 Dec 2006 09:56:52 -0800
parents ba578fefe36a
children 2b033869eb2a
line wrap: on
line diff
--- a/audacious/ui_playlist.c	Mon Dec 18 09:43:42 2006 -0800
+++ b/audacious/ui_playlist.c	Mon Dec 18 09:56:52 2006 -0800
@@ -502,7 +502,7 @@
     gdk_gc_set_foreground(gc, &pattern);
     gdk_draw_rectangle(playlistwin_mask, gc, TRUE, 0, 0,
                        playlistwin_get_width(), playlistwin_get_height());
-    gdk_gc_destroy(gc);
+    g_object_unref(gc);
 
     gtk_widget_shape_combine_mask(playlistwin, playlistwin_mask, 0, 0);
 }