mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
This commit is contained in:
parent
b632769b66
commit
4255c51b5c
2 changed files with 2 additions and 2 deletions
|
@ -284,6 +284,7 @@ import org.eclipse.ui.internal.ide.dialogs.ProjectContentsLocationArea.IErrorMes
|
|||
}
|
||||
|
||||
public IPath getProjectLocation() {
|
||||
if (locationArea.isDefault()) return null;
|
||||
return new Path(locationArea.getProjectLocation());
|
||||
}
|
||||
|
||||
|
|
|
@ -128,8 +128,7 @@ public abstract class NewModelProjectWizard extends BasicNewResourceWizard imple
|
|||
}
|
||||
monitor.beginTask(NewUIMessages.getResourceString(MSG_CREATE), 8); //$NON-NLS-1$
|
||||
|
||||
newProject = createIProject(fMainPage.getProjectName(), null);
|
||||
// fMainPage.getProjectLocation());
|
||||
newProject = createIProject(fMainPage.getProjectName(), fMainPage.getProjectLocation());
|
||||
if (newProject != null) {
|
||||
try {
|
||||
if (fMainPage.h_selected.needsConfig()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue