Code

* don't strech buttons on lpe dialog when resizing the dialog
[inkscape.git] / src / ui / dialog / tree-editor.cpp
index 4d982d3e35676d6e6b0591f1e7af20eff42cf4b3..6da5c486bd36da5bb36c3763d0f25ea7261b4eb7 100644 (file)
@@ -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);