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/draw-anchor.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/draw-anchor.cpp')
| -rw-r--r-- | src/draw-anchor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draw-anchor.cpp b/src/draw-anchor.cpp index 591129d0b..2133d5de6 100644 --- a/src/draw-anchor.cpp +++ b/src/draw-anchor.cpp @@ -65,7 +65,7 @@ SPDrawAnchor *sp_draw_anchor_destroy(SPDrawAnchor *anchor) anchor->curve->unref(); } if (anchor->ctrl) { - gtk_object_destroy(GTK_OBJECT(anchor->ctrl)); + sp_canvas_item_destroy(anchor->ctrl); } g_free(anchor); return NULL; |
