From 671cd0fa80e5310e929c33b25bd61ef3ccf048c1 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Fri, 9 Mar 2012 18:20:53 -0500 Subject: [PATCH] * #9145: removed deprecated "gdk_pixbuf_unref" call --- gnome/src/config/preferencesdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome/src/config/preferencesdialog.c b/gnome/src/config/preferencesdialog.c index 10b11ca34b..87c114ac43 100644 --- a/gnome/src/config/preferencesdialog.c +++ b/gnome/src/config/preferencesdialog.c @@ -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); -- GitLab