View | Details | Raw Unified | Return to bug 163529
Collapse All | Expand All

(-)src/org/eclipse/pde/internal/ui/launcher/OSGiFrameworkBlock.java (-1 / +1 lines)
Lines 68-74 Link Here
68
		fLauncherCombo = new Combo(composite, SWT.READ_ONLY);
68
		fLauncherCombo = new Combo(composite, SWT.READ_ONLY);
69
		for (int i = 0; i < fConfigElements.length; i++) 
69
		for (int i = 0; i < fConfigElements.length; i++) 
70
			fLauncherCombo.add(fConfigElements[i].getAttribute("name")); //$NON-NLS-1$
70
			fLauncherCombo.add(fConfigElements[i].getAttribute("name")); //$NON-NLS-1$
71
		fLauncherCombo.addModifyListener(fListener);
71
		fLauncherCombo.addSelectionListener(fListener);
72
		
72
		
73
		label = new Label(composite, SWT.NONE);
73
		label = new Label(composite, SWT.NONE);
74
		GridData gd = new GridData();
74
		GridData gd = new GridData();

Return to bug 163529