Renaming MediaMetaData to MediaInfo
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / selection / AbstractSelectionElement.java
index b7d1e6443cd3d1c19fc9b3ab44a7018d86d4aa75..4513158e60097c785872ff365b1c4e8f7413eb03 100644 (file)
@@ -222,7 +222,7 @@ public abstract class AbstractSelectionElement<T> extends
        protected void setSelectionInternal(T selection) {
                if (selection != null && !selection.equals(this.entity)) {
                        setEntity(selection);
-                       firePropertyChangeEvent(new CdmPropertyChangeEvent(this, null));
+                       getParentElement().firePropertyChangeEvent(new CdmPropertyChangeEvent(this, null));
                }
        }