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 102205 Details for
Bug 232036
[ErrorHandling] "Multiple Problems have occurred" dialog should not be modal
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 changing BLOCK to SHOW to avoid modal lockup
patch232036BlockShow (text/plain), 897 bytes, created by
Kevin McGuire
on 2008-05-27 14:05:05 EDT
(
hide
)
Description:
patch changing BLOCK to SHOW to avoid modal lockup
Filename:
MIME Type:
Creator:
Kevin McGuire
Created:
2008-05-27 14:05:05 EDT
Size:
897 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.ui.workbench >Index: Eclipse UI/org/eclipse/ui/internal/JFaceUtil.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/JFaceUtil.java,v >retrieving revision 1.19 >diff -u -r1.19 JFaceUtil.java >--- Eclipse UI/org/eclipse/ui/internal/JFaceUtil.java 21 Feb 2008 10:05:22 -0000 1.19 >+++ Eclipse UI/org/eclipse/ui/internal/JFaceUtil.java 27 May 2008 18:03:33 -0000 >@@ -66,7 +66,7 @@ > public void show(IStatus status, String title) { > StatusAdapter statusAdapter = new StatusAdapter(status); > statusAdapter.setProperty(StatusAdapter.TITLE_PROPERTY, title); >- StatusManager.getManager().handle(statusAdapter, StatusManager.BLOCK); >+ StatusManager.getManager().handle(statusAdapter, StatusManager.SHOW); > } > }); >
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 232036
:
100143
| 102205