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 142812
Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/handlers/ActionDelegateHandlerProxy.java (+1 lines)
Lines 387-392 Link Here
387
	}
387
	}
388
388
389
	public final boolean isEnabled() {
389
	public final boolean isEnabled() {
390
	    	refreshEnablement();
390
		final CommandLegacyActionWrapper action = getAction();
391
		final CommandLegacyActionWrapper action = getAction();
391
		if (enabledWhenExpression != null) {
392
		if (enabledWhenExpression != null) {
392
			try {
393
			try {

Return to bug 142812