mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
Bug fix: prefConfig was not updated
This commit is contained in:
parent
1b50189ae0
commit
ddff76f4c9
1 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,9 @@ import org.eclipse.cdt.ui.newui.AbstractPrefPage;
|
|||
import org.eclipse.core.runtime.CoreException;
|
||||
|
||||
public class PrefPage_NewCDTProject extends AbstractPrefPage {
|
||||
protected boolean isSingle() { return false; }
|
||||
private ICConfigurationDescription prefCfgd = null;
|
||||
|
||||
private static ICConfigurationDescription prefCfgd = null;
|
||||
protected boolean isSingle() { return false; }
|
||||
|
||||
public ICResourceDescription getResDesc() {
|
||||
if (prefCfgd == null)
|
||||
|
|
Loading…
Add table
Reference in a new issue