Code

two crashes while editing nodes (one of those is reported as bug 1453558).
[inkscape.git] / src / knot-holder-entity.h
index 1e9001e67839107e7b037a7e9abbc550b2b03fd0..bbc0c5634d4a32fb5096b45dddac93213d1d00ea 100644 (file)
@@ -29,6 +29,10 @@ struct SPKnotHolderEntity {
 
     /** Connection to \a knot's "moved" signal. */
     guint   handler_id;
+    /** Connection to \a knot's "clicked" signal. */
+    guint   _click_handler_id;
+    /** Connection to \a knot's "ungrabbed" signal. */
+    guint   _ungrab_handler_id;
 
     /**
      * Called solely from knot_moved_handler.