Revision 3553 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/fframes/FFrameNorth.java

View differences:

FFrameNorth.java
104 104
    			
105 105
    			for (int i = 0; i < fframes.length; i++) {
106 106
    				if ((fframeview != null) &&
107
    						fframeview.equals(fframes[i])) {
107
    						fframeview.compare(fframes[i])) {
108 108
    					xml.putProperty("index", i);
109 109
    				}
110 110
    			}

Also available in: Unified diff