From aa45c83d224836b06d805b74912a2e98dfe32874 Mon Sep 17 00:00:00 2001 From: John Smith Date: Mon, 2 Apr 2012 23:10:25 +0900 Subject: Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols replaced with g_object_unref (bzr r11139) --- src/display/sodipodi-ctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display/sodipodi-ctrl.cpp') diff --git a/src/display/sodipodi-ctrl.cpp b/src/display/sodipodi-ctrl.cpp index 1380b491a..a82aa8622 100644 --- a/src/display/sodipodi-ctrl.cpp +++ b/src/display/sodipodi-ctrl.cpp @@ -205,7 +205,7 @@ sp_ctrl_set_arg (GtkObject *object, GtkArg *arg, guint arg_id) ctrl->pixbuf = pixbuf; } else { ctrl->pixbuf = gdk_pixbuf_add_alpha (pixbuf, FALSE, 0, 0, 0); - gdk_pixbuf_unref (pixbuf); + g_object_unref (pixbuf); } ctrl->build = FALSE; break; -- cgit v1.2.3