Finalizing PolytomousKeyListEditor
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / key / KeyEditor.java
index 046f702055e7deb47e626c72d2ff1d379897d47c..e303e0ff6299ec05972d13837cf65c13a9cd5041 100644 (file)
@@ -175,9 +175,9 @@ public class KeyEditor extends FormEditor implements IConversationEnabled,
                conversation.registerForDataStoreChanges(this);
 
                try {
-                       addPage(0, new PolytomousKeyListEditor(), input);
+                       addPage(0, new PolytomousKeyListEditor(this), input);
                        setPageText(0, "List");
-                       addPage(1, new PolytomousKeyGraphEditor(), input);
+                       addPage(1, new PolytomousKeyGraphEditor(this), input);
                        setPageText(1, "Graph");
                } catch (PartInitException e) {
                        EditorUtil.error(getClass(), e);