Revision 140 branches/usability_v2/org.gvsig.app.document.layout.app/org.gvsig.app.document.layout.app.mainplugin/src/main/java/org/gvsig/app/project/documents/layout/contextmenu/gui/PropertyLayoutMenuEntry.java

View differences:

PropertyLayoutMenuEntry.java
76 76
    }
77 77

  
78 78
    public void execute(LayoutContext layoutContext, IFFrame[] selectedFrames) {
79
        IFFrame[] selecList = layoutContext.getFFrameSelected();
79
        IFFrame[] selecList = layoutContext.getSelectedFFrames();
80 80
        if (selecList.length == 1) {
81 81
            IFFrame frame = selecList[0];
82 82
            IFFrameDialog fframeDialog =

Also available in: Unified diff