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

Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/WorkbenchWindow.java (+1 lines)
Lines 580-585 Link Here
580
				// This handler is about to get clobbered, so dispose it.
580
				// This handler is about to get clobbered, so dispose it.
581
				final ActionHandler handler = (ActionHandler) value;
581
				final ActionHandler handler = (ActionHandler) value;
582
				handler.dispose();
582
				handler.dispose();
583
				globalActionHandlersByCommandId.remove(commandId);
583
			}
584
			}
584
585
585
			if (globalAction instanceof CommandAction) {
586
			if (globalAction instanceof CommandAction) {

Return to bug 370119