remove deprecated gdk_pibuf_unref calls

This commit is contained in:
niels
2015-07-31 20:06:08 +02:00
parent dfa5e7871c
commit 1cd3aec2e4
3 changed files with 13 additions and 17 deletions

View File

@@ -81,7 +81,6 @@ static GList *get_anim_list( char *name ) {
void free_anim_list( GList *anim_list )
{
// g_list_foreach( anim_list, gdk_pixbuf_unref );
}
@@ -173,7 +172,7 @@ static void gtk_knob_destroy(GtkObject *object) {
}
if (knob->pixbuf) {
gdk_pixbuf_unref(knob->pixbuf);
g_object_unref(knob->pixbuf);
knob->pixbuf = NULL;
}