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 140325 Details for
Bug 281787
Bundle image resources exposed under changing context
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 the prepends "bundle/" to the generated URL
image-resource-path.patch (text/plain), 822 bytes, created by
Paul Kendall
on 2009-06-28 19:07:12 EDT
(
hide
)
Description:
Patch the prepends "bundle/" to the generated URL
Filename:
MIME Type:
Creator:
Paul Kendall
Created:
2009-06-28 19:07:12 EDT
Size:
822 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.jface >Index: src/org/eclipse/jface/resource/URLImageDescriptor.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.ui/org.eclipse.rap.jface/src/org/eclipse/jface/resource/URLImageDescriptor.java,v >retrieving revision 1.5 >diff -u -r1.5 URLImageDescriptor.java >--- src/org/eclipse/jface/resource/URLImageDescriptor.java 23 Sep 2008 18:44:39 -0000 1.5 >+++ src/org/eclipse/jface/resource/URLImageDescriptor.java 28 Jun 2009 22:44:17 -0000 >@@ -121,7 +121,7 @@ > Image image; > InputStream stream = getStream(); > try { >- image = Graphics.getImage( path, stream ); >+ image = Graphics.getImage( "bundle/" + path, stream ); //$NON-NLS-1$ > } finally { > try { > stream.close();
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 281787
:
140325
|
144956
|
145933
|
145938