summaryrefslogtreecommitdiffstats
path: root/src/tweak-context.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-06-09 13:40:09 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-06-09 13:40:09 +0000
commit62dd6c138e3547689acdcccbb289d822b458cdb0 (patch)
treedf7a4a357c7483216c7d805406bd79ff3c21c7c1 /src/tweak-context.cpp
parentMove measure angle string to keep it visible when angle is small. (diff)
downloadinkscape-62dd6c138e3547689acdcccbb289d822b458cdb0.tar.gz
inkscape-62dd6c138e3547689acdcccbb289d822b458cdb0.zip
Stop deriving SPCanvasItem from GtkObject
(bzr r11469.1.1)
Diffstat (limited to 'src/tweak-context.cpp')
-rw-r--r--src/tweak-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tweak-context.cpp b/src/tweak-context.cpp
index f6bbd6992..c06e0280a 100644
--- a/src/tweak-context.cpp
+++ b/src/tweak-context.cpp
@@ -169,7 +169,7 @@ sp_tweak_context_dispose(GObject *object)
tc->style_set_connection.~connection();
if (tc->dilate_area) {
- gtk_object_destroy(GTK_OBJECT(tc->dilate_area));
+ sp_canvas_item_destroy(tc->dilate_area);
tc->dilate_area = NULL;
}