Replace gdk_pixbuf_unref with g_object_unref

svn path=/trunk/; revision=9253
This commit is contained in:
Thomas Hindoe Paaboel Andersen 2009-02-09 13:52:54 +00:00
parent a19fea501e
commit 49cfd993c1
3 changed files with 8 additions and 2 deletions

View file

@ -1518,7 +1518,7 @@ peditor_image_chooser_update_preview_cb (GtkFileChooser *chooser,
g_free (filename);
if (pixbuf != NULL)
gdk_pixbuf_unref (pixbuf);
g_object_unref (pixbuf);
}
static void