Revision 40960 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.editing.app/org.gvsig.editing.app.mainplugin/src/main/java/org/gvsig/editing/clipboard/CopyFeaturesToClipboardExtension.java

View differences:

CopyFeaturesToClipboardExtension.java
145 145
				
146 146
			} else {
147 147
				FLyrVect vect = (FLyrVect) act_lyr[0];
148
				if (!vect.isAvailable()) {
149
				    /*
150
				     * This can happen when opening a persisted project
151
				     * and there is a "slow" layer (GeoDB)
152
				     */
153
				    return false;
154
				}
148 155
				FeatureSelection sele = null;
149 156
				long sele_count = 0;
150 157
				try {

Also available in: Unified diff