1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Bug fix: prefConfig was not updated

This commit is contained in:
Oleg Krasilnikov 2007-03-07 11:17:30 +00:00
parent 1b50189ae0
commit ddff76f4c9

View file

@ -17,9 +17,9 @@ import org.eclipse.cdt.ui.newui.AbstractPrefPage;
import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.CoreException;
public class PrefPage_NewCDTProject extends AbstractPrefPage { 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() { public ICResourceDescription getResDesc() {
if (prefCfgd == null) if (prefCfgd == null)