Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 134278 Details for
Bug 274853
[categories] On export wizard categories combo and browse button incorrectly enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
clipboard.txt (text/plain), 1.38 KB, created by
Benjamin Cabé
on 2009-05-04 13:47:05 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Benjamin Cabé
Created:
2009-05-04 13:47:05 EDT
Size:
1.38 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.pde.ui >Index: src/org/eclipse/pde/internal/ui/wizards/exports/FeatureOptionsTab.java >=================================================================== >RCS file: /cvsroot/eclipse/pde/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/exports/FeatureOptionsTab.java,v >retrieving revision 1.11 >diff -u -r1.11 FeatureOptionsTab.java >--- src/org/eclipse/pde/internal/ui/wizards/exports/FeatureOptionsTab.java 29 Apr 2009 20:18:02 -0000 1.11 >+++ src/org/eclipse/pde/internal/ui/wizards/exports/FeatureOptionsTab.java 4 May 2009 17:47:25 -0000 >@@ -8,6 +8,7 @@ > * Contributors: > * IBM Corporation - initial API and implementation > * EclipseSource Corporation - ongoing enhancements >+ * Benjamin Cabe <benjamin.cabe@anyware-tech.com> - bug 274853 > *******************************************************************************/ > package org.eclipse.pde.internal.ui.wizards.exports; > >@@ -221,8 +222,8 @@ > super.setEnabledForInstall(enabled); > fExportMetadata.setEnabled(enabled); > fCategoryButton.setEnabled(enabled); >- fCategoryCombo.setEnabled(enabled); >- fCategoryBrowse.setEnabled(enabled); >+ fCategoryCombo.setEnabled(enabled && fCategoryButton.getSelection()); >+ fCategoryBrowse.setEnabled(enabled && fCategoryButton.getSelection()); > } > > protected void openFile(Combo combo, String[] filter) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 274853
: 134278