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

View differences:

Project.java
1522 1522
		} catch (ReadDriverException e) {
1523 1523
			e.printStackTrace();
1524 1524
		}
1525
		
1525

  
1526 1526
		// Recorremos los dataSources y los borramos si no
1527 1527
		// los estamos usando.
1528 1528
		SourceInfo[] infos = LayerFactory.getDataSourceFactory()
......
2082 2082
	}
2083 2083

  
2084 2084
	 public boolean hasChanged() {
2085

  
2086
		 return signatureAtStartup != getXMLEntity().hash();
2085
		 return true;
2086
//		 return signatureAtStartup != getXMLEntity().hash();
2087 2087
	 }
2088 2088

  
2089 2089
	public void setSignature(long hash) {

Also available in: Unified diff