# HG changeset patch # User wpaul # Date 1250631697 18000 # Node ID 1925fa1be32824cbd68d6357dfd28b0e0e4989a4 # Parent 9a710b372c8637696ff4c003de5d33d9b65f7388 fix build config change listener - related to bug #9644. diff -r 9a710b372c86 -r 1925fa1be328 debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/InstallationTab.java --- a/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/InstallationTab.java Tue Aug 18 16:38:32 2009 -0500 +++ b/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/InstallationTab.java Tue Aug 18 16:41:37 2009 -0500 @@ -259,7 +259,7 @@ puLink.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { // listen for events so we can detect if they click on the link below and change sis info. - CoreModel.getDefault().getProjectDescriptionManager().addCProjectDescriptionListener(InstallationTab.this, CProjectDescriptionEvent.DATA_APPLIED); + CoreModel.getDefault().getProjectDescriptionManager().addCProjectDescriptionListener(InstallationTab.this, CProjectDescriptionEvent.APPLIED); PreferencesUtil.createPropertyDialogOn(getShell(), getProject(), "com.nokia.carbide.cdt.internal.builder.ui.CarbideBuildConfigurationsPage", null, null).open(); //$NON-NLS-1$ } diff -r 9a710b372c86 -r 1925fa1be328 debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/wizard/TRKSISSelectionWizardPage.java --- a/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/wizard/TRKSISSelectionWizardPage.java Tue Aug 18 16:38:32 2009 -0500 +++ b/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/wizard/TRKSISSelectionWizardPage.java Tue Aug 18 16:41:37 2009 -0500 @@ -113,7 +113,7 @@ } // listen for events so we can detect if they click on the link below and add new sis info. - CoreModel.getDefault().getProjectDescriptionManager().addCProjectDescriptionListener(this, CProjectDescriptionEvent.DATA_APPLIED); + CoreModel.getDefault().getProjectDescriptionManager().addCProjectDescriptionListener(this, CProjectDescriptionEvent.APPLIED); Link link = new Link(composite, SWT.NONE); link.setText("" + Messages.getString("TRKSISSelectionWizardPage.4") + "..."); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$