Revision 37345

View differences:

branches/v2_0_0_prep/extensions/org.gvsig.app.document.layout.app/org.gvsig.app.document.layout.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/fframes/FFrameNorth.java
91 91
            definition.extend(manager
92 92
                .getDefinition(FFramePicture.PERSISTENCE_DEFINITION_NAME));
93 93

  
94
            definition.addDynFieldInt(FFRAMEVIEWDEPENDENCE_FIELD);
94
            definition.addDynFieldObject(FFRAMEVIEWDEPENDENCE_FIELD).
95
                setClassOfValue(IFFrame.class);
95 96

  
96 97
        }
97 98
    }

Also available in: Unified diff