diff src/collect-table.c @ 1043:5fc64d6252e7

Replaced gtk depreceated code.
author bruclik
date Sun, 07 Sep 2008 23:01:30 +0000
parents 4fe8f9656107
children 1646720364cf
line wrap: on
line diff
--- a/src/collect-table.c	Sun Sep 07 19:42:19 2008 +0000
+++ b/src/collect-table.c	Sun Sep 07 23:01:30 2008 +0000
@@ -1337,7 +1337,7 @@
 
 		pb = gdk_pixbuf_new_from_xpm_data((const gchar **)marker_xpm);
 		gdk_pixbuf_render_pixmap_and_mask(pb, &pixmap, &mask, 128);
-		gdk_pixbuf_unref(pb);
+		g_object_unref(pb);
 
 		gdk_drawable_get_size(pixmap, &w, &h);