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 90608 Details for
Bug 204615
Error message not cleaned up in the Import log sets dialog in the Import log wizard
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 file
tptp_patch_bugzilla204615_20080225.txt (text/plain), 1.32 KB, created by
Yasuhisa Gotoh
on 2008-02-25 04:21:45 EST
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhisa Gotoh
Created:
2008-02-25 04:21:45 EST
Size:
1.32 KB
patch
obsolete
>Index: src/org/eclipse/tptp/monitoring/logui/internal/wizards/ImportMultiLogFilesDialog.java >=================================================================== >RCS file: /cvsroot/tptp/monitoring/org.eclipse.tptp.monitoring.logui/src/org/eclipse/tptp/monitoring/logui/internal/wizards/ImportMultiLogFilesDialog.java,v >retrieving revision 1.14 >diff -u -r1.14 ImportMultiLogFilesDialog.java >--- src/org/eclipse/tptp/monitoring/logui/internal/wizards/ImportMultiLogFilesDialog.java 24 Jan 2008 02:29:37 -0000 1.14 >+++ src/org/eclipse/tptp/monitoring/logui/internal/wizards/ImportMultiLogFilesDialog.java 25 Feb 2008 09:19:49 -0000 >@@ -642,6 +642,7 @@ > { > //added for defect_155603: If the source directory is selected, disable the selectAllButton > enableSelectAllDeselectAll(false, true); >+ setErrorMessage(null); > return true; > } > else >@@ -998,9 +999,9 @@ > } > protected void setMessageBackgrounds(boolean showingError) { > Color color; >- if (showingError) >- color = errorMsgAreaBackground; >- else >+// if (showingError) >+// color = errorMsgAreaBackground; >+// else > color = normalMsgAreaBackground; > messageLabel.setBackground(color); > messageImageLabel.setBackground(color);
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 204615
: 90608