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

Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/statushandlers/WorkbenchStatusDialogManager.java (-4 / +6 lines)
Lines 2304-2313 Link Here
2304
		if (statusAdapter != null) {
2304
		if (statusAdapter != null) {
2305
			mainMessageLabel.setText(getMainMessage(statusAdapter));
2305
			mainMessageLabel.setText(getMainMessage(statusAdapter));
2306
		}
2306
		}
2307
		if (getStatusAdapters().size() > 1 && singleStatusDisplayArea != null) {
2307
		if (singleStatusDisplayArea != null) {
2308
			singleStatusDisplayArea.dispose();
2308
			if (getStatusAdapters().size() > 1) {
2309
		} else {
2309
				singleStatusDisplayArea.dispose();
2310
			refreshSingleStatusArea();
2310
			} else {
2311
				refreshSingleStatusArea();
2312
			}
2311
		}
2313
		}
2312
		titleArea.layout();
2314
		titleArea.layout();
2313
	}
2315
	}

Return to bug 238738