diff options
| author | gustav_b <gustav_b@users.sourceforge.net> | 2007-09-19 00:35:12 +0000 |
|---|---|---|
| committer | gustav_b <gustav_b@users.sourceforge.net> | 2007-09-19 00:35:12 +0000 |
| commit | f8ae53cbc77f8fd913b2119e96d8fab494025df7 (patch) | |
| tree | 0fd56c1e72567a13ef356f3cb40d6133e2a482e1 /src/ui/dialog/tree-editor.cpp | |
| parent | Improve snapping of newly created guides (diff) | |
| download | inkscape-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.cpp | 4 |
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); |
