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/selection-chemistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selection-chemistry.cpp') 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, -- cgit v1.2.3