summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-04-02 14:10:25 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-04-02 14:10:25 +0000
commitaa45c83d224836b06d805b74912a2e98dfe32874 (patch)
treec7f7e1e8a3b2a97d27b70e43b4fa55bfdc92c6b3 /src/selection-chemistry.cpp
parentfix XML output of guideline color (diff)
downloadinkscape-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/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index d0fba0de5..7f3b14d58 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -2907,7 +2907,7 @@ void sp_selection_create_bitmap_copy(SPDesktop *desktop)
// Clean up
Inkscape::GC::release(repr);
- gdk_pixbuf_unref(pb);
+ g_object_unref(pb);
// Complete undoable transaction
DocumentUndo::done(document, SP_VERB_SELECTION_CREATE_BITMAP,