diff options
Diffstat (limited to 'src/tweak-context.cpp')
| -rw-r--r-- | src/tweak-context.cpp | 2 |
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; } |
