Revision 30358 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/project/Project.java

View differences:

Project.java
1200 1200
					sortDocKeys[i].setXMLEntity(xml.getChild(sortDocValues[i]
1201 1201
							.intValue()));
1202 1202
				} catch (OpenException e) {
1203
					p.delDocument(sortDocKeys[i]);
1203 1204
					XMLEntity childXML=xml.getChild(sortDocValues[i].intValue());
1204 1205
					e.showMessageError(childXML.getName()+"\n  "+childXML.getStringProperty("className"));
1205 1206
				}

Also available in: Unified diff