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 156767 Details for
Bug 300181
[design] SWTException on perspective close
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]
patched CoolBarManager
clipboard.txt (text/plain), 1.10 KB, created by
Erdal Karaca
on 2010-01-21 05:59:51 EST
(
hide
)
Description:
patched CoolBarManager
Filename:
MIME Type:
Creator:
Erdal Karaca
Created:
2010-01-21 05:59:51 EST
Size:
1.10 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.design.example >Index: src/org/eclipse/rap/internal/design/example/managers/CoolBarManager.java >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.ui/org.eclipse.rap.design.example/src/org/eclipse/rap/internal/design/example/managers/CoolBarManager.java,v >retrieving revision 1.5 >diff -u -r1.5 CoolBarManager.java >--- src/org/eclipse/rap/internal/design/example/managers/CoolBarManager.java 13 Jan 2010 17:20:18 -0000 1.5 >+++ src/org/eclipse/rap/internal/design/example/managers/CoolBarManager.java 21 Jan 2010 10:58:16 -0000 >@@ -102,7 +102,7 @@ > > public void widgetSelected( final SelectionEvent e ) { > Widget widget = e.widget; >- if( widget != null && widget instanceof ToolItem ) { >+ if( widget != null && !widget.isDisposed() && widget instanceof ToolItem ) { > if( widget.getData( WidgetUtil.CUSTOM_VARIANT ) != null ) { > IContributionItem item = ( IContributionItem ) widget.getData(); > if( item instanceof CommandContributionItem ) {
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 300181
: 156767