diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-06-09 13:54:29 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-06-09 13:54:29 +0000 |
| commit | 917c026dbb0810c7614df785c86066079937b723 (patch) | |
| tree | df7a4a357c7483216c7d805406bd79ff3c21c7c1 /src/ui/tool/path-manipulator.cpp | |
| parent | Move measure angle string to keep it visible when angle is small. (diff) | |
| parent | Stop deriving SPCanvasItem from GtkObject (diff) | |
| download | inkscape-917c026dbb0810c7614df785c86066079937b723.tar.gz inkscape-917c026dbb0810c7614df785c86066079937b723.zip | |
Refactor SPCanvasItem to no longer derive from GtkObject
(bzr r11470)
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
| -rw-r--r-- | src/ui/tool/path-manipulator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp index e292a9347..35eb23f42 100644 --- a/src/ui/tool/path-manipulator.cpp +++ b/src/ui/tool/path-manipulator.cpp @@ -152,7 +152,7 @@ PathManipulator::~PathManipulator() { delete _dragpoint; delete _observer; - gtk_object_destroy(_outline); + sp_canvas_item_destroy(_outline); _spcurve->unref(); clear(); } |
