View | Details | Raw Unified | Return to bug 381886 | Differences between
and this patch

Collapse All | Expand All

(-)a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java (-1 / +1 lines)
Lines 309-315 Link Here
309
			return;
309
			return;
310
		}
310
		}
311
		if (delegate == null) {
311
		if (delegate == null) {
312
			if (!BundleUtility.isActive(element.getContributor().getName()) || !loadDelegate()) {
312
			if (!BundleUtility.isActive(element.getContributor().getName())) {
313
				return;
313
				return;
314
			}
314
			}
315
		}
315
		}

Return to bug 381886