Revision 7608

View differences:

trunk/applications/appgvSIG/src/com/iver/cit/gvsig/ProjectExtension.java
68 68
import com.iver.andami.messages.Messages;
69 69
import com.iver.andami.messages.NotificationManager;
70 70
import com.iver.andami.plugins.Extension;
71
import com.iver.andami.ui.mdiManager.IWindow;
71 72
import com.iver.cit.gvsig.fmap.layers.LayerFactory;
72 73
import com.iver.cit.gvsig.gui.layout.Layout;
73 74
import com.iver.cit.gvsig.project.Project;
......
176 177
	 */
177 178
	public void showProjectWindow() {
178 179
		PluginServices.getMDIManager().addWindow(projectFrame);
179
		if (Project.getSeedProjectWindow()!=null) {
180
			PluginServices.getMDIManager().changeWindowInfo(projectFrame, Project.getSeedProjectWindow());
181
		}
180
//		if (Project.getSeedProjectWindow()!=null) {
181
//			PluginServices.getMDIManager().changeWindowInfo(projectFrame, Project.getSeedProjectWindow());
182
//		}
182 183
	}
183 184

  
184 185
	/**
......
589 590
		projectPath = path;
590 591
	}
591 592

  
593
	public IWindow getProjectWindow() {
594
		return projectFrame;
595
	}
592 596
}

Also available in: Unified diff