ref #6190 removing svn property place holder in first line of code - java files
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / key / KeyEditor.java
index b6ca9645abd52bb6e75739fd5a5f90b63c2d3fe1..90b0c34799f822fb16ae91b35c52baac1cdc57b2 100644 (file)
@@ -1,4 +1,3 @@
-// $Id$
 /**
  * Copyright (C) 2007 EDIT
  * European Distributed Institute of Taxonomy
@@ -249,7 +248,7 @@ public class KeyEditor extends FormEditor implements IConversationEnabled,
      */
     @Override
     public void onChange(CdmChangeEvent event) {
-        //editorDirtyStateChanged();
+        editorDirtyStateChanged();
         IEditorPart activeEditor = getActiveEditor();
         if (activeEditor instanceof IDirtyMarkable) {
             for(CdmBase cdmBase : event.getChangedObjects()) {