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 177301 Details for
Bug 323481
Remove activeWorkbenchWindow parameter from TeamAction.updateSelection(IWorkbenchWindow, IWorkbenchPart, ISelection)
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]
Fix v01
clipboard.txt (text/plain), 1.35 KB, created by
Tomasz Zarna
on 2010-08-24 07:47:06 EDT
(
hide
)
Description:
Fix v01
Filename:
MIME Type:
Creator:
Tomasz Zarna
Created:
2010-08-24 07:47:06 EDT
Size:
1.35 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.team.ui >Index: src/org/eclipse/team/internal/ui/actions/TeamAction.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/actions/TeamAction.java,v >retrieving revision 1.50 >diff -u -r1.50 TeamAction.java >--- src/org/eclipse/team/internal/ui/actions/TeamAction.java 28 Jun 2010 10:17:59 -0000 1.50 >+++ src/org/eclipse/team/internal/ui/actions/TeamAction.java 24 Aug 2010 11:45:58 -0000 >@@ -548,7 +548,7 @@ > final public void runWithEvent(IAction action, Event event) { > run(action); > } >- >+ > /* (non-Javadoc) > * @see org.eclipse.core.commands.AbstractHandler#setEnabled(java.lang.Object) > */ >@@ -564,12 +564,11 @@ > } > IWorkbenchPart part = (IWorkbenchPart) HandlerUtil.getVariable( > evaluationContext, ISources.ACTIVE_PART_NAME); >- updateSelection(activeWorkbenchWindow, part, selection); >+ updateSelection(part, selection); > } > } >- >- private void updateSelection(IWorkbenchWindow activeWorkbenchWindow, >- IWorkbenchPart part, ISelection selection) { >+ >+ private void updateSelection(IWorkbenchPart part, ISelection selection) { > // If the action is run from within an editor, try and find the > // file for the given editor. > setActivePart(null, part);
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 323481
: 177301 |
177302