diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-01-11 12:54:37 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-01-11 12:54:37 +0000 |
| commit | ffe32ceda6645fc945114352c43f1435931e9987 (patch) | |
| tree | 5f1c7a8f5e3fe32d3138694c547ef32a45735be4 /src/knot.cpp | |
| parent | Warning and dead code cleanup. (diff) | |
| parent | Step 1. Remove junk and keep functionality. (diff) | |
| download | inkscape-ffe32ceda6645fc945114352c43f1435931e9987.tar.gz inkscape-ffe32ceda6645fc945114352c43f1435931e9987.zip | |
Merge in connector cleanup
(bzr r12015)
Diffstat (limited to 'src/knot.cpp')
| -rw-r--r-- | src/knot.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/knot.cpp b/src/knot.cpp index afcd70eb5..890abd0a1 100644 --- a/src/knot.cpp +++ b/src/knot.cpp @@ -184,6 +184,7 @@ static void sp_knot_init(SPKnot *knot) { knot->desktop = NULL; knot->item = NULL; + knot->owner = NULL; knot->flags = 0; knot->size = 8; |
