From b848ef7a4d0e479b4a864b885d6344fbe7f8ec5d Mon Sep 17 00:00:00 2001 From: Oleg Krasilnikov Date: Mon, 11 Feb 2008 14:28:53 +0000 Subject: [PATCH] Bug #218484 : Description not saved when creating a new configuration based on an existing one --- .../cdt/managedbuilder/ui/properties/NewCfgDialog.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/NewCfgDialog.java b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/NewCfgDialog.java index 705000c95d3..5fb00023e61 100644 --- a/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/NewCfgDialog.java +++ b/build/org.eclipse.cdt.managedbuilder.ui/src/org/eclipse/cdt/managedbuilder/ui/properties/NewCfgDialog.java @@ -308,8 +308,7 @@ public class NewCfgDialog implements INewCfgDialog { cloneConfigSelector.setEnabled(b_clone.getSelection()); realConfigSelector.setEnabled(b_real.getSelection()); } - -} + } public int open() { if (parentShell == null) return 1; @@ -341,9 +340,9 @@ public class NewCfgDialog implements INewCfgDialog { IProjectType pType = cfg.getProjectType(); if(pType != null){ IConfiguration[] cfs = pType.getConfigurations(); - for (int j=0; j