diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-04-02 14:10:25 +0000 |
|---|---|---|
| committer | John Smith <removethis.john.q.public@bigmail.com> | 2012-04-02 14:10:25 +0000 |
| commit | aa45c83d224836b06d805b74912a2e98dfe32874 (patch) | |
| tree | c7f7e1e8a3b2a97d27b70e43b4fa55bfdc92c6b3 /src/display/sodipodi-ctrl.cpp | |
| parent | fix XML output of guideline color (diff) | |
| download | inkscape-aa45c83d224836b06d805b74912a2e98dfe32874.tar.gz inkscape-aa45c83d224836b06d805b74912a2e98dfe32874.zip | |
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols replaced with g_object_unref
(bzr r11139)
Diffstat (limited to 'src/display/sodipodi-ctrl.cpp')
| -rw-r--r-- | src/display/sodipodi-ctrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
