Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 204615
Collapse All | Expand All

(-)src/org/eclipse/tptp/monitoring/logui/internal/wizards/ImportMultiLogFilesDialog.java (-3 / +4 lines)
Lines 642-647 Link Here
642
        {
642
        {
643
        	//added for defect_155603: If the source directory is selected, disable the selectAllButton
643
        	//added for defect_155603: If the source directory is selected, disable the selectAllButton
644
        	enableSelectAllDeselectAll(false, true);
644
        	enableSelectAllDeselectAll(false, true);
645
        	setErrorMessage(null);
645
        	return true;
646
        	return true;
646
        }
647
        }
647
        else
648
        else
Lines 998-1006 Link Here
998
    }
999
    }
999
    protected void setMessageBackgrounds(boolean showingError) {
1000
    protected void setMessageBackgrounds(boolean showingError) {
1000
        Color color;
1001
        Color color;
1001
        if (showingError)
1002
//        if (showingError)
1002
            color = errorMsgAreaBackground;
1003
//            color = errorMsgAreaBackground;
1003
        else
1004
//        else
1004
            color = normalMsgAreaBackground;
1005
            color = normalMsgAreaBackground;
1005
        messageLabel.setBackground(color);
1006
        messageLabel.setBackground(color);
1006
        messageImageLabel.setBackground(color);
1007
        messageImageLabel.setBackground(color);

Return to bug 204615