debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/InstallationTab.java
changeset 450 1925fa1be328
parent 0 fb279309251b
child 623 2cf8e6939d1a
equal deleted inserted replaced
449:9a710b372c86 450:1925fa1be328
   257 		data = new GridData(GridData.FILL_HORIZONTAL);
   257 		data = new GridData(GridData.FILL_HORIZONTAL);
   258 		puLink.setLayoutData(data);
   258 		puLink.setLayoutData(data);
   259 		puLink.addSelectionListener(new SelectionAdapter() {
   259 		puLink.addSelectionListener(new SelectionAdapter() {
   260 			public void widgetSelected(SelectionEvent e) {
   260 			public void widgetSelected(SelectionEvent e) {
   261 				// listen for events so we can detect if they click on the link below and change sis info.
   261 				// listen for events so we can detect if they click on the link below and change sis info.
   262 				CoreModel.getDefault().getProjectDescriptionManager().addCProjectDescriptionListener(InstallationTab.this, CProjectDescriptionEvent.DATA_APPLIED);
   262 				CoreModel.getDefault().getProjectDescriptionManager().addCProjectDescriptionListener(InstallationTab.this, CProjectDescriptionEvent.APPLIED);
   263 
   263 
   264 				PreferencesUtil.createPropertyDialogOn(getShell(), getProject(), "com.nokia.carbide.cdt.internal.builder.ui.CarbideBuildConfigurationsPage", null, null).open(); //$NON-NLS-1$
   264 				PreferencesUtil.createPropertyDialogOn(getShell(), getProject(), "com.nokia.carbide.cdt.internal.builder.ui.CarbideBuildConfigurationsPage", null, null).open(); //$NON-NLS-1$
   265 			}
   265 			}
   266 		});
   266 		});
   267 	}
   267 	}