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 5142 Details for
Bug 38729
[Preferences] NPE PreferencePage isValid
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
38729.txt (text/plain), 731 bytes, created by
Sebastian Davids
on 2003-06-10 15:39:05 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Sebastian Davids
Created:
2003-06-10 15:39:05 EDT
Size:
731 bytes
patch
obsolete
>Index: src/org/eclipse/jface/preference/PreferencePage.java >=================================================================== >RCS file: /home/eclipse/org.eclipse.jface/src/org/eclipse/jface/preference/PreferencePage.java,v >retrieving revision 1.10 >diff -u -r1.10 PreferencePage.java >--- src/org/eclipse/jface/preference/PreferencePage.java 10 Mar 2003 21:56:31 -0000 1.10 >+++ src/org/eclipse/jface/preference/PreferencePage.java 10 Jun 2003 19:36:04 -0000 >@@ -497,7 +497,8 @@ > isValid = b; > if (oldValue != isValid) { > // update container state >- getContainer().updateButtons(); >+ if (getContainer() != null) >+ getContainer().updateButtons(); > // update page state > updateApplyButton(); > }
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 38729
: 5142