summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/tracedialog.h
diff options
context:
space:
mode:
authorgustav_b <gustav_b@users.sourceforge.net>2007-08-29 21:27:07 +0000
committergustav_b <gustav_b@users.sourceforge.net>2007-08-29 21:27:07 +0000
commit731f2b5adbb6f9e9fc853a6506c695fd2fcec320 (patch)
tree6e7775c500ffc41d1376d7496c9334840b0f065f /src/ui/dialog/tracedialog.h
parentDon't snap node handles to the parent path, plus a small string change (diff)
downloadinkscape-731f2b5adbb6f9e9fc853a6506c695fd2fcec320.tar.gz
inkscape-731f2b5adbb6f9e9fc853a6506c695fd2fcec320.zip
Dockable dialogs patch applied
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
Diffstat (limited to 'src/ui/dialog/tracedialog.h')
-rw-r--r--src/ui/dialog/tracedialog.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ui/dialog/tracedialog.h b/src/ui/dialog/tracedialog.h
index 80311bb15..0e352ce10 100644
--- a/src/ui/dialog/tracedialog.h
+++ b/src/ui/dialog/tracedialog.h
@@ -34,14 +34,15 @@ public:
/**
* Constructor
*/
- TraceDialog() : Dialog ("dialogs.trace", SP_VERB_SELECTION_TRACE)
+ TraceDialog(Behavior::BehaviorFactory behavior_factory) :
+ Dialog (behavior_factory, "dialogs.trace", SP_VERB_SELECTION_TRACE)
{}
/**
* Factory method
*/
- static TraceDialog *create();
+ static TraceDialog *create(Behavior::BehaviorFactory behavior_factory);
/**
* Destructor