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

(-)compare/org/eclipse/compare/internal/MergeSourceViewer.java (+3 lines)
Lines 468-473 Link Here
468
		IOperationHistory history = getHistory();
468
		IOperationHistory history = getHistory();
469
		if (history != null)
469
		if (history != null)
470
			history.addOperationHistoryListener(this);
470
			history.addOperationHistoryListener(this);
471
472
		// don't add save when in a dialog, IWorkbenchPart is null in dialog containers 
473
		fAddSaveAction = fContainer.getWorkbenchPart() != null;
471
	}
474
	}
472
	
475
	
473
	public void rememberDocument(IDocument doc) {
476
	public void rememberDocument(IDocument doc) {

Return to bug 259719