summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/tree-editor.cpp
diff options
context:
space:
mode:
authorgustav_b <gustav_b@users.sourceforge.net>2007-09-19 00:35:12 +0000
committergustav_b <gustav_b@users.sourceforge.net>2007-09-19 00:35:12 +0000
commitf8ae53cbc77f8fd913b2119e96d8fab494025df7 (patch)
tree0fd56c1e72567a13ef356f3cb40d6133e2a482e1 /src/ui/dialog/tree-editor.cpp
parentImprove snapping of newly created guides (diff)
downloadinkscape-f8ae53cbc77f8fd913b2119e96d8fab494025df7.tar.gz
inkscape-f8ae53cbc77f8fd913b2119e96d8fab494025df7.zip
Cleaned up Dialog class, coding style, unused code, etc. (only
estethical changes) --This line, and those below, will be ignored-- M src/ui/dialog/dialog.h M src/ui/dialog/tree-editor.cpp M src/ui/dialog/dialog.cpp M src/ui/dialog/dock-behavior.cpp M src/ui/dialog/floating-behavior.cpp M src/ui/dialog/tree-editor.h (bzr r3766)
Diffstat (limited to 'src/ui/dialog/tree-editor.cpp')
-rw-r--r--src/ui/dialog/tree-editor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/tree-editor.cpp b/src/ui/dialog/tree-editor.cpp
index 4d982d3e3..6da5c486b 100644
--- a/src/ui/dialog/tree-editor.cpp
+++ b/src/ui/dialog/tree-editor.cpp
@@ -21,8 +21,8 @@ namespace Inkscape {
namespace UI {
namespace Dialog {
-TreeEditor::TreeEditor()
- : Dialog ("dialogs.treeeditor", SP_VERB_NONE /*FIXME*/)
+TreeEditor::TreeEditor(Behavior::BehaviorFactory behavior_factory)
+ : Dialog (behavior_factory, "dialogs.treeeditor", SP_VERB_NONE /*FIXME*/)
{
get_vbox()->pack_start(_hbox);