Skip to content
Snippets Groups Projects
Commit 671cd0fa authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #9145: removed deprecated "gdk_pixbuf_unref" call

parent 733be9d1
No related branches found
No related tags found
No related merge requests found
......@@ -363,7 +363,7 @@ static GtkTreeModel* create_model(GtkWidget *widget)
PAGE_NUMBER, browser_entries_full[i].page_number,
-1);
if (pixbuf)
gdk_pixbuf_unref(pixbuf);
g_object_unref(pixbuf);
}
return GTK_TREE_MODEL(store);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment