Revision 27490 branches/v2_0_0_prep/extensions/extRasterTools-SE/src/org/gvsig/rastertools/geolocation/ui/GeoLocationOpeningRasterPanel.java

View differences:

GeoLocationOpeningRasterPanel.java
62 62
	 */
63 63
	public GeoLocationOpeningRasterPanel(GeoLocationOpeningRasterDialog parent) {
64 64
		this.parent = parent;
65
		listener = new GeoLocationPanelListener(this);
65
		listener = new GeoLocationPanelListener(this, null);
66 66
		transfPanel = new GeoLocationOpeningRasterTransfPanel(listener);
67 67
		cornersPanel = new GeoLocationOpeningRasterCornersPanel(listener);
68 68
		

Also available in: Unified diff