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

Collapse All | Expand All

(-)a/bundles/org.eclipse.rap.jface/src/org/eclipse/jface/action/CoolBarManager.java (-1 / +1 lines)
Lines 915-921 Link Here
915
915
916
                // Retrieve the corresponding contribution item from SWT's
916
                // Retrieve the corresponding contribution item from SWT's
917
                // data.
917
                // data.
918
                if (sourceIndex < coolItems.length) {
918
                if (sourceIndex < coolItems.length && !coolItems[sourceIndex].isDisposed()) {
919
                    destinationItem = (IContributionItem) coolItems[sourceIndex]
919
                    destinationItem = (IContributionItem) coolItems[sourceIndex]
920
                            .getData();
920
                            .getData();
921
                } else {
921
                } else {

Return to bug 417989