Revision 9824

View differences:

trunk/extensions/extWFS2/src/com/iver/cit/gvsig/gui/dialogs/WFSPropsDialog.java
78 78
 *
79 79
 * $Id$
80 80
 * $Log$
81
 * Revision 1.26  2006-12-29 12:29:50  ppiqueras
81
 * Revision 1.27  2007-01-18 12:38:35  jorpiell
82
 * el fullRefresh ha cambiado del mapcontext al mapcontrol
83
 *
84
 * Revision 1.26  2006/12/29 12:29:50  ppiqueras
82 85
 * Eliminados comentarios que sobraban.
83 86
 *
84 87
 * Revision 1.25  2006/12/29 12:28:29  ppiqueras
......
491 494
		IWindow[] windows = PluginServices.getMDIManager().getAllWindows();
492 495
		for (int i=0 ; i<windows.length ; i++){
493 496
			if (windows[i] instanceof Layout){
494
				((Layout)windows[i]).getLayoutControl().fullRefresh();
497
				((Layout)windows[i]).getLayoutContext().fullRefresh();
495 498
			}
496 499
		}
497 500
	}

Also available in: Unified diff