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 126705 | Differences between
and this patch

Collapse All | Expand All

(-)FileFieldEditor.java (-1 / +1 lines)
Lines 137-143 Link Here
137
            }
137
            }
138
        }
138
        }
139
139
140
        if (msg != null) { // error
140
        if (msg != null  || !doCheckState() ) { // error
141
            showErrorMessage(msg);
141
            showErrorMessage(msg);
142
            return false;
142
            return false;
143
        }
143
        }

Return to bug 126705