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 153200 Details for
Bug 126705
[Preferences] FileFieldEditor does not call doCheckState
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]
Updated patch
patch FileField.txt (text/plain), 982 bytes, created by
Oleg Besedin
on 2009-11-26 13:53:51 EST
(
hide
)
Description:
Updated patch
Filename:
MIME Type:
Creator:
Oleg Besedin
Created:
2009-11-26 13:53:51 EST
Size:
982 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jface >Index: src/org/eclipse/jface/preference/FileFieldEditor.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jface/src/org/eclipse/jface/preference/FileFieldEditor.java,v >retrieving revision 1.13 >diff -u -r1.13 FileFieldEditor.java >--- src/org/eclipse/jface/preference/FileFieldEditor.java 25 May 2009 20:52:37 -0000 1.13 >+++ src/org/eclipse/jface/preference/FileFieldEditor.java 26 Nov 2009 18:54:09 -0000 >@@ -142,9 +142,15 @@ > return false; > } > >- // OK! >- clearErrorMessage(); >- return true; >+ if(doCheckState()) { // OK! >+ clearErrorMessage(); >+ return true; >+ } >+ msg = getErrorMessage(); // subclass might have changed it in the #doCheckState() >+ if (msg != null) { >+ showErrorMessage(msg); >+ } >+ return false; > } > > /**
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 126705
:
112495
|
112498
| 153200