Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 274853
Collapse All | Expand All

(-)src/org/eclipse/pde/internal/ui/wizards/exports/FeatureOptionsTab.java (-2 / +3 lines)
Lines 8-13 Link Here
8
 * Contributors:
8
 * Contributors:
9
 *     IBM Corporation - initial API and implementation
9
 *     IBM Corporation - initial API and implementation
10
 *     EclipseSource Corporation - ongoing enhancements
10
 *     EclipseSource Corporation - ongoing enhancements
11
 *     Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 274853
11
 *******************************************************************************/
12
 *******************************************************************************/
12
package org.eclipse.pde.internal.ui.wizards.exports;
13
package org.eclipse.pde.internal.ui.wizards.exports;
13
14
Lines 221-228 Link Here
221
		super.setEnabledForInstall(enabled);
222
		super.setEnabledForInstall(enabled);
222
		fExportMetadata.setEnabled(enabled);
223
		fExportMetadata.setEnabled(enabled);
223
		fCategoryButton.setEnabled(enabled);
224
		fCategoryButton.setEnabled(enabled);
224
		fCategoryCombo.setEnabled(enabled);
225
		fCategoryCombo.setEnabled(enabled && fCategoryButton.getSelection());
225
		fCategoryBrowse.setEnabled(enabled);
226
		fCategoryBrowse.setEnabled(enabled && fCategoryButton.getSelection());
226
	}
227
	}
227
228
228
	protected void openFile(Combo combo, String[] filter) {
229
	protected void openFile(Combo combo, String[] filter) {

Return to bug 274853