Revision 31385

View differences:

trunk/extensions/extCAD/src/com/iver/cit/gvsig/StopEditing.java
194 194
			}
195 195
			// Si no existe writer para la capa que tenemos en edici?n
196 196
			PluginServices.getMDIManager().addCentredWindow(new StopEditingPanel(this, layer, mapControl));
197
			return true;
197
			return false;
198 198
		} catch (StartEditionLayerException e) {
199 199
			NotificationManager.addError(e);
200 200
		} catch (ReadDriverException e) {

Also available in: Unified diff