summaryrefslogtreecommitdiffstats
path: root/src/knot-holder-entity.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-07-27 15:46:58 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-07-27 15:46:58 +0000
commitf5723576b2a6d3667d8f5b53c2604624aa999565 (patch)
treeaf9e653115f113b6b8cec4c157f49ecec14ad6f5 /src/knot-holder-entity.cpp
parentAdd tracking of skew factor and display in warning message. (diff)
downloadinkscape-f5723576b2a6d3667d8f5b53c2604624aa999565.tar.gz
inkscape-f5723576b2a6d3667d8f5b53c2604624aa999565.zip
fix release mouse crash, add missed disconnects, remove unused callback
(bzr r6430)
Diffstat (limited to 'src/knot-holder-entity.cpp')
-rw-r--r--src/knot-holder-entity.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/knot-holder-entity.cpp b/src/knot-holder-entity.cpp
index e2ae5f10e..20ab01143 100644
--- a/src/knot-holder-entity.cpp
+++ b/src/knot-holder-entity.cpp
@@ -55,6 +55,10 @@ KnotHolderEntity::create(SPDesktop *desktop, SPItem *item, KnotHolder *parent, c
KnotHolderEntity::~KnotHolderEntity()
{
+ _moved_connection.disconnect();
+ _click_connection.disconnect();
+ _ungrabbed_connection.disconnect();
+
/* unref should call destroy */
if (knot) {
g_object_unref(knot);