Revision 5362 trunk/extensions/extGeoreferencing/src/org/gvsig/georeferencing/gui/dialogs/GeoreferencingDialog.java

View differences:

GeoreferencingDialog.java
351 351
	}
352 352
	
353 353
	/**
354
	 * Cierra el dialogo
355
	 */
356
	public void close(){
357
		try{
358
			frame.setClosed(true);
359
		}catch(PropertyVetoException exc){}
360
	}
361
	
362
	/**
354 363
	 * Funci?n que se ejecuta al pulsar el bot?n aceptar
355 364
	 * @param theView
356 365
	 */
......
364 373
			lyrGeoRaster.setActive(false);
365 374
			theView.getMapControl().getMapContext().invalidate();
366 375
		}
367
		
368
		try{
369
			frame.setClosed(true);
370
		}catch(PropertyVetoException exc){}
376
		close();
371 377
	}
372 378
	
373 379
	/**

Also available in: Unified diff