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 231829 Details for
Bug 404312
NPE in HandledContributionItem.canExecuteItem()
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 for 4.2 maintenance branch
Bug-404312--ColBarManager-removes-wrong-toolbar-item.patch (text/plain), 751 bytes, created by
Elena Laskavaia
on 2013-05-31 13:39:59 EDT
(
hide
)
Description:
Patch for 4.2 maintenance branch
Filename:
MIME Type:
Creator:
Elena Laskavaia
Created:
2013-05-31 13:39:59 EDT
Size:
751 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CoolBarToTrimManager.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CoolBarToTrimManager.java >index 632db2b..ba3dafb 100644 >--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CoolBarToTrimManager.java >+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/CoolBarToTrimManager.java >@@ -554,7 +554,7 @@ > workbenchTrimElements.remove(child); > > child.setToBeRendered(false); >- child.getParent().getChildren().remove(i); >+ child.getParent().getChildren().remove(child); > return (IContributionItem) obj; > } > if (item.getId() != null && item.getId().equals(child.getElementId())) {
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 404312
: 231829